]> granicus.if.org Git - clang/commitdiff
Remove stray comma
authorDouglas Gregor <dgregor@apple.com>
Wed, 3 Aug 2011 16:22:53 +0000 (16:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 3 Aug 2011 16:22:53 +0000 (16:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136783 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Serialization/ASTBitCodes.h

index 70a323a5c3740a88414cae679e11889df27679f9..51146f0c99946843a65bb1dd43c43762b4b1b88e 100644 (file)
@@ -670,7 +670,7 @@ namespace clang {
     /// it is created.
     enum PredefinedDeclIDs {
       /// \brief The NULL declaration.
-      PREDEF_DECL_NULL_ID       = 0,
+      PREDEF_DECL_NULL_ID       = 0
     };
 
     /// \brief The number of declaration IDs that are predefined.