summaryrefslogtreecommitdiffstats
path: root/docs/BlockImplementation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/BlockImplementation.txt')
-rw-r--r--docs/BlockImplementation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BlockImplementation.txt b/docs/BlockImplementation.txt
index b2ad405..c420455 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;
OpenPOWER on IntegriCloud