From 013ba49226f5cc86d29dc152241f6ee8a435def6 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:37:23 +0000 Subject: Sun, Apr 28, 2024, 3:37 PM -07:00 --- wk5/pset/speller/dictionary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wk5') diff --git a/wk5/pset/speller/dictionary.c b/wk5/pset/speller/dictionary.c index b0d1323..bb338b6 100644 --- a/wk5/pset/speller/dictionary.c +++ b/wk5/pset/speller/dictionary.c @@ -71,7 +71,7 @@ bool load(const char *dictionary) ptr->next = NULL; // hash the word to find the bucket it goes in int val = hash(word); - // + // put if (table(val)->next != NULL) { char = 0; -- cgit v1.2.3