]> granicus.if.org Git - clang/commitdiff
add a missing ;
authorChris Lattner <sabre@nondot.org>
Sat, 6 Oct 2007 19:08:22 +0000 (19:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 6 Oct 2007 19:08:22 +0000 (19:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42704 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/ASTStreamers.cpp

index 7f3b7155705b6c4c72ff504777a87dd8f0ba59a2..a07cbc631433e47179bed28334eb92246b21cbd7 100644 (file)
@@ -104,7 +104,7 @@ namespace {
           if (i) fprintf(stderr, ", ");
           fprintf(stderr, "%s", D->getName());
         }
-        fprintf(stderr, "\n");
+        fprintf(stderr, ";\n");
       } else if (ObjcImplementationDecl *OID = 
                    dyn_cast<ObjcImplementationDecl>(D)) {
         fprintf(stderr, "@implementation %s  [printing todo]\n",