From 2bfe9fd49e34b09810c4c235b8b039ab9b9d8735 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:33:23 +0000 Subject: Sun, Apr 28, 2024, 3:33 PM -07:00 --- wk5/pset/speller/dictionary.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wk5/pset/speller/dictionary.c') diff --git a/wk5/pset/speller/dictionary.c b/wk5/pset/speller/dictionary.c index d199180..b550e36 100644 --- a/wk5/pset/speller/dictionary.c +++ b/wk5/pset/speller/dictionary.c @@ -71,7 +71,8 @@ bool load(const char *dictionary) int val = hash(word); if (table(val)->next != NULL) { - + char = 0; + while() } } -- cgit v1.2.3