Browse Source

array: fix example compile.

Rusty Russell 15 years ago
parent
commit
7cc5aae0a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/array/_info

+ 1 - 1
ccan/array/_info

@@ -24,7 +24,7 @@
  * 	int add;
  * 	int add;
  * 	
  * 	
  * 	for (;;) {
  * 	for (;;) {
- * 		array_for(i, numbers, printf("%d ", *i))
+ * 		array_for(i, numbers, printf("%d ", *i));
  * 		if (numbers.size) puts("");
  * 		if (numbers.size) puts("");
  * 		
  * 		
  * 		printf("array> ");
  * 		printf("array> ");