From: Jim Laskey Date: Wed, 1 Mar 2006 20:49:44 +0000 (+0000) Subject: Remove extra comma from enum list. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=40486cc6a06522fa2b3957f3db9c4bdf7767f3c9;p=oota-llvm.git Remove extra comma from enum list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26457 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h index 495506c6713..d9d76fae2af 100644 --- a/include/llvm/CodeGen/MachineDebugInfo.h +++ b/include/llvm/CodeGen/MachineDebugInfo.h @@ -55,7 +55,7 @@ class StructType; // Debug info constants. enum { - LLVMDebugVersion = 1, // Current version of debug information. + LLVMDebugVersion = 1 // Current version of debug information. }; //===----------------------------------------------------------------------===//