brace completion.

llvm-svn: 90833
This commit is contained in:
Zhongxing Xu 2009-12-08 05:05:26 +00:00
parent 48c6b0d14f
commit 9ad590125c
1 changed files with 1 additions and 1 deletions

View 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;