From 28ef6c316f1aff914bb95ac09787a3c83c1815fd Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Fri, 6 Apr 2001 19:14:31 +0000 Subject: Imported from ../bash-2.05.tar.gz. --- hashlib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hashlib.c') diff --git a/hashlib.c b/hashlib.c index 0cf3375..40e2841 100644 --- a/hashlib.c +++ b/hashlib.c @@ -270,7 +270,7 @@ print_table_stats (table, name) fprintf (stderr, "\tslot %3d: ", slot); for (bcount = 0; bc; bc = bc->next) - bcount++; + bcount++; fprintf (stderr, "%d\n", bcount); } @@ -310,9 +310,9 @@ main () { char *temp_string; if (fgets (string, sizeof (string), stdin) == 0) - break; + break; if (!*string) - break; + break; temp_string = savestring (string); tt = add_hash_item (temp_string, table); if (tt->times_found) -- cgit v1.2.3