X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstrmap%2F_info;h=82f20d13fa2bfe7a6b09d3b4451fe583e3ee1e0d;hp=9832f80dbcf48c734f42466237352c1e35a951d5;hb=56023cca5f66a40646a1e807c3d10af6e5913623;hpb=20f3b260313fb4d5566aeb0d0c5439574e914e2d diff --git a/ccan/strmap/_info b/ccan/strmap/_info index 9832f80d..82f20d13 100644 --- a/ccan/strmap/_info +++ b/ccan/strmap/_info @@ -21,8 +21,8 @@ * static bool dump(const char *member, size_t value, void *unused) * { * printf("%s at %zu. ", member, value); - * // false means keep going with iteration. - * return false; + * // true means keep going with iteration. + * return true; * } * * int main(int argc, char *argv[])