diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-28 22:33:23 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-28 22:33:23 +0000 |
commit | 2bfe9fd49e34b09810c4c235b8b039ab9b9d8735 (patch) | |
tree | fab4bd20bea303e60300935cab9f2da6897daef5 /wk5/pset/speller/dictionary.c | |
parent | 5fa594858ce76b43ead989baae3cdc6f0e82ebfc (diff) |
Sun, Apr 28, 2024, 3:33 PM -07:00
Diffstat (limited to 'wk5/pset/speller/dictionary.c')
-rw-r--r-- | wk5/pset/speller/dictionary.c | 3 |
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() } } |