]> git.ozlabs.org Git - ccan/commitdiff
array: fix example compile.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 6 Oct 2010 14:33:39 +0000 (01:03 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 6 Oct 2010 14:33:39 +0000 (01:03 +1030)
ccan/array/_info

index 8de66ec5938a5a1f246407318604f3d61fed2da9..5eea42c3f329cc86023f6a3c70248bcb14f4f3da 100644 (file)
@@ -24,7 +24,7 @@
  *     int add;
  *     
  *     for (;;) {
  *     int add;
  *     
  *     for (;;) {
- *             array_for(i, numbers, printf("%d ", *i))
+ *             array_for(i, numbers, printf("%d ", *i));
  *             if (numbers.size) puts("");
  *             
  *             printf("array> ");
  *             if (numbers.size) puts("");
  *             
  *             printf("array> ");