diff --git a/clang/docs/BlockImplementation.txt b/clang/docs/BlockImplementation.txt index b2ad40576b5e..c420455979cf 100644 --- a/clang/docs/BlockImplementation.txt +++ b/clang/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;