diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h index 24bb8ea63e0..f52785bb158 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 {