X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstrset%2F_info;fp=ccan%2Fstrset%2F_info;h=b5df9dfa5dc9e1a1aca0c52b1b3b479017ace365;hp=a3192325db721c67e374c354375317216709c577;hb=bb2a75f445f408e43730fc55a1a978581ebe9b96;hpb=7c69053bd418bf0abd21f29e8cb11164684310ca diff --git a/ccan/strset/_info b/ccan/strset/_info index a3192325..b5df9dfa 100644 --- a/ccan/strset/_info +++ b/ccan/strset/_info @@ -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)