diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-14 23:31:01 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-14 23:31:01 +0000 |
commit | e1519168ff9f5ddd56273ca623ee4ff8e8304928 (patch) | |
tree | 82e52293802bee3965626d02d43f8d956bce65a3 /wk5/pset/speller/dictionary.c | |
parent | 7e5514079803257f5e0da0a6270f8d8f0d4eda13 (diff) |
Sun, Apr 14, 2024, 4:31 PM -07:00
Diffstat (limited to 'wk5/pset/speller/dictionary.c')
-rw-r--r-- | wk5/pset/speller/dictionary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk5/pset/speller/dictionary.c b/wk5/pset/speller/dictionary.c index 95d9cae..6e934d9 100644 --- a/wk5/pset/speller/dictionary.c +++ b/wk5/pset/speller/dictionary.c @@ -36,7 +36,7 @@ unsigned int hash(const char *word) bool load(const char *dictionary) { // TODO - fopen() + fopen(); return false; } |