]> git.ozlabs.org Git - ccan/blobdiff - ccan/ccan_tokenizer/_info
gitify the tree, especially the web makefile.
[ccan] / ccan / ccan_tokenizer / _info
index 8c3c9df2d9792a5656256d81282a4198a8b04b9b..754b3cf680f4cc412b3d1adf36112ba557cf8fbc 100644 (file)
@@ -14,7 +14,7 @@
  * #include <ccan/grab_file/grab_file.h>
  * #include <err.h>
  *
- * void token_list_stats(const struct token_list *tl) {
+ * static void token_list_stats(const struct token_list *tl) {
  *     size_t comment=0, white=0, stray=0, code=0, total=0;
  *     size_t count = 0;
  *     const struct token *i;