X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftally%2Ftally.c;h=4c5e37e9e05d9eb256569573863e8e18714430be;hp=4ece2364c308d86173fab8bed7fa548c0591dd5f;hb=e74c8a2bdf3e8ef45294d2b656150c07c4ca6294;hpb=a062738ac042002d51fdc3302a96fb7803aa2708 diff --git a/ccan/tally/tally.c b/ccan/tally/tally.c index 4ece2364..4c5e37e9 100644 --- a/ccan/tally/tally.c +++ b/ccan/tally/tally.c @@ -88,8 +88,9 @@ static void renormalize(struct tally *tally, unsigned int i, old_min; /* Uninitialized? Don't do anything... */ - if (tally->max < tally->min) + if (tally->max < tally->min) { goto update; + } /* If we don't have sufficient range, increase step bits until * buckets cover entire range of ssize_t anyway. */