summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Support/FileSystem.h2
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 {
OpenPOWER on IntegriCloud