Unbreak build.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50980 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/DeclSerialization.cpp b/lib/AST/DeclSerialization.cpp
index 91d043c..d2dde67 100644
--- a/lib/AST/DeclSerialization.cpp
+++ b/lib/AST/DeclSerialization.cpp
@@ -117,7 +117,7 @@
   NamedDecl::ReadInRec(D, C);
   D.ReadPtr(Next);                                  // From ScopedDecl.
   
-  assert(DeclCtx == 0)    // Allow back-patching.  Observe that we register
+  assert(DeclCtx == 0);   // Allow back-patching.  Observe that we register
   D.ReadPtr(DeclCtx);     // the variable of the *object* for back-patching.
                           // Its actual value will get filled in later.
 }