Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 15 Oct 2013 23:01:44 +0000 (23:01 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 15 Oct 2013 23:01:44 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192745 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/FileSystem.h

index 24bb8ea63e0c1b3afe8edf8507b1964dff53b1ec..f52785bb15857ced9dcf71f464998d1a5dfd29d6 100644 (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 {