From cdfdb5e92bef3333be8445c4a6a78134f088bb63 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 15 Oct 2013 23:01:44 +0000 Subject: 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 --- include/llvm/Support/FileSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 { -- cgit v1.2.3