summaryrefslogtreecommitdiff
path: root/wk5/pset/speller/dictionary.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-14 23:31:01 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-14 23:31:01 +0000
commite1519168ff9f5ddd56273ca623ee4ff8e8304928 (patch)
tree82e52293802bee3965626d02d43f8d956bce65a3 /wk5/pset/speller/dictionary.c
parent7e5514079803257f5e0da0a6270f8d8f0d4eda13 (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.c2
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;
}