]> git.ozlabs.org Git - ccan/blobdiff - ccan/strset/_info
strset, strmap: invert iterator function meaning.
[ccan] / ccan / strset / _info
index a3192325db721c67e374c354375317216709c577..b5df9dfa5dc9e1a1aca0c52b1b3b479017ace365 100644 (file)
@@ -22,7 +22,7 @@
  *     static bool dump(const char *member, void *unused)
  *     {
  *             printf("%s ", member);
- *             return false;
+ *             return true; // Keep going with iteration.
  *     }
  *
  *     int main(void)