summaryrefslogtreecommitdiff
path: root/wk5/pset
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-28 22:33:23 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-28 22:33:23 +0000
commit2bfe9fd49e34b09810c4c235b8b039ab9b9d8735 (patch)
treefab4bd20bea303e60300935cab9f2da6897daef5 /wk5/pset
parent5fa594858ce76b43ead989baae3cdc6f0e82ebfc (diff)
Sun, Apr 28, 2024, 3:33 PM -07:00
Diffstat (limited to 'wk5/pset')
-rw-r--r--wk5/pset/speller/dictionary.c3
1 files changed, 2 insertions, 1 deletions
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()
}
}