mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-19 04:29:45 +00:00
Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192745 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4df43e36d
commit
cdfdb5e92b
@ -239,7 +239,7 @@ struct file_magic {
|
||||
macho_universal_binary, ///< Mach-O universal binary
|
||||
coff_object, ///< COFF object file
|
||||
pecoff_executable, ///< PECOFF executable file
|
||||
windows_resource, ///< Windows compiled resource file (.rc)
|
||||
windows_resource ///< Windows compiled resource file (.rc)
|
||||
};
|
||||
|
||||
bool is_object() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user