mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.
llvm-svn: 192745
This commit is contained in:
parent
9006a00f8f
commit
acf0c41730
@ -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…
Reference in New Issue
Block a user