diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-10-15 23:01:44 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-10-15 23:01:44 +0000 |
| commit | 2a2b57db0ef3c840bea962d78d337c875c360100 (patch) | |
| tree | 44100003a2780f0888ccd500aa3ca8a3f4fce8d3 | |
| parent | 5980419379315158ddca45c302dd7574c8fa0f32 (diff) | |
| download | bcm5719-llvm-2a2b57db0ef3c840bea962d78d337c875c360100.tar.gz bcm5719-llvm-2a2b57db0ef3c840bea962d78d337c875c360100.zip | |
Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.
llvm-svn: 192745
| -rw-r--r-- | llvm/include/llvm/Support/FileSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h index 24bb8ea63e0..f52785bb158 100644 --- a/llvm/include/llvm/Support/FileSystem.h +++ b/llvm/include/llvm/Support/FileSystem.h @@ -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 { |

