Commit 7cc5aae0 authored by Rusty Russell's avatar Rusty Russell

array: fix example compile.

parent 532980db
......@@ -24,7 +24,7 @@
* int add;
*
* for (;;) {
* array_for(i, numbers, printf("%d ", *i))
* array_for(i, numbers, printf("%d ", *i));
* if (numbers.size) puts("");
*
* printf("array> ");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment