Remove extra ,.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 16 Nov 2011 01:36:50 +0000 (01:36 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 16 Nov 2011 01:36:50 +0000 (01:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144759 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/COFF.h

index e18e828e87613067d74041a9abad608bc03d6c89..88c60bac74022fcb388c6e07cc364a146ea5072e 100644 (file)
@@ -558,7 +558,7 @@ namespace COFF {
     IMPORT_NAME_NOPREFIX   = 2,
     /// The import name is the public symbol name, but skipping the leading ?,
     /// @, or optionally _, and truncating at the first @.
-    IMPORT_NAME_UNDECORATE = 3,
+    IMPORT_NAME_UNDECORATE = 3
   };
 
   struct ImportHeader {