diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-12-08 05:05:26 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-12-08 05:05:26 +0000 |
commit | 77f41659186b1f731ce6e82eb904330a21ddf639 (patch) | |
tree | 59e89bce9a296e0443f9761a657be56f6c31fe91 | |
parent | 0259ce2b4a94b7d1b28a084b76650cbf448e3eb8 (diff) |
brace completion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90833 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/BlockImplementation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BlockImplementation.txt b/docs/BlockImplementation.txt index b2ad40576b..c420455979 100644 --- a/docs/BlockImplementation.txt +++ b/docs/BlockImplementation.txt @@ -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; |