projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
532980d
)
array: fix example compile.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 6 Oct 2010 14:33:39 +0000
(
01:03
+1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 6 Oct 2010 14:33:39 +0000
(
01:03
+1030)
ccan/array/_info
patch
|
blob
|
history
diff --git
a/ccan/array/_info
b/ccan/array/_info
index 8de66ec5938a5a1f246407318604f3d61fed2da9..5eea42c3f329cc86023f6a3c70248bcb14f4f3da 100644
(file)
--- a/
ccan/array/_info
+++ b/
ccan/array/_info
@@
-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> ");