1
0
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:
NAKAMURA Takumi 2013-10-15 23:01:44 +00:00
parent 9006a00f8f
commit acf0c41730

View File

@ -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 {