]> git.ozlabs.org Git - ccan/blobdiff - ccan/array/_info
gitify the tree, especially the web makefile.
[ccan] / ccan / array / _info
index 8de66ec5938a5a1f246407318604f3d61fed2da9..65d3cfe9fc893de4077bf1828279d06a00fa479f 100644 (file)
@@ -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> ");
@@ -43,7 +43,7 @@
  *
  * Author: Joey Adams
  * Version: 0.1.1
- * Licence: BSD
+ * License: BSD
  */
 int main(int argc, char *argv[])
 {