summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-10-15 23:01:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-10-15 23:01:44 +0000
commitcdfdb5e92bef3333be8445c4a6a78134f088bb63 (patch)
tree61a00dd9af9520841db2a26bb85d32d627940823 /include
parente4df43e36dbdca444a6e812bdd2c9ea93360a2ec (diff)
downloadllvm-cdfdb5e92bef3333be8445c4a6a78134f088bb63.tar.gz
llvm-cdfdb5e92bef3333be8445c4a6a78134f088bb63.tar.bz2
llvm-cdfdb5e92bef3333be8445c4a6a78134f088bb63.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/FileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h
index 24bb8ea63e..f52785bb15 100644
--- a/include/llvm/Support/FileSystem.h
+++ b/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 {