X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstrmap%2F_info;h=82f20d13fa2bfe7a6b09d3b4451fe583e3ee1e0d;hb=4be05500e605ccc0a68f1d3704c12ffd03cf2dfb;hp=9832f80dbcf48c734f42466237352c1e35a951d5;hpb=20f3b260313fb4d5566aeb0d0c5439574e914e2d;p=ccan 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[])