]> granicus.if.org Git - clang/commitdiff
brace completion.
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 8 Dec 2009 05:05:26 +0000 (05:05 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 8 Dec 2009 05:05:26 +0000 (05:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90833 91177308-0d34-0410-b5e6-96231b3b80d8

docs/BlockImplementation.txt

index b2ad40576b5e32297c1b8b638571ba99b4dcdfb4..c420455979cf3a35419a3eb0a45c1c21cbc479e2 100644 (file)
@@ -292,7 +292,7 @@ would be rewritten to be:
     int flags;   //refcount;
     int size;
     int captured_i;
-  } i = { NULL, &i, 0, sizeof(struct _block_byref_i), 11;
+  } i = { NULL, &i, 0, sizeof(struct _block_byref_i), 11 };
 
   i.forwarding->captured_i = 11;