Imported from ../bash-2.05.tar.gz.
diff --git a/hashlib.c b/hashlib.c
index 0cf3375..40e2841 100644
--- a/hashlib.c
+++ b/hashlib.c
@@ -270,7 +270,7 @@
fprintf (stderr, "\tslot %3d: ", slot);
for (bcount = 0; bc; bc = bc->next)
- bcount++;
+ bcount++;
fprintf (stderr, "%d\n", bcount);
}
@@ -310,9 +310,9 @@
{
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)