Remove extra comma from enum list.
authorJim Laskey <jlaskey@mac.com>
Wed, 1 Mar 2006 20:49:44 +0000 (20:49 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 1 Mar 2006 20:49:44 +0000 (20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26457 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineDebugInfo.h

index 495506c67135db530a53d4f4d4a46635efdf7ca6..d9d76fae2af290a2ead18f1a8e5a7eaa62330d89 100644 (file)
@@ -55,7 +55,7 @@ class StructType;
 // Debug info constants.
 
 enum {
-  LLVMDebugVersion = 1,                 // Current version of debug information.
+  LLVMDebugVersion = 1                  // Current version of debug information.
 };
 
 //===----------------------------------------------------------------------===//