summaryrefslogtreecommitdiff
path: root/wk5/pset
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-14 23:45:39 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-14 23:45:39 +0000
commite06adfcd94b39041c59f1bb2263de28012810c6a (patch)
treed34dbf085beb42235b6ac6b1dac95b18d641d4e9 /wk5/pset
parent14c76e647c408f5c68ff78bf6dd339b79f5ec1a9 (diff)
Sun, Apr 14, 2024, 4:45 PM -07:00
Diffstat (limited to 'wk5/pset')
-rw-r--r--wk5/pset/speller/dictionary.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wk5/pset/speller/dictionary.c b/wk5/pset/speller/dictionary.c
index 9cb70dc..509844d 100644
--- a/wk5/pset/speller/dictionary.c
+++ b/wk5/pset/speller/dictionary.c
@@ -43,6 +43,7 @@ bool load(const char *dictionary)
unsigned int size(void)
{
// TODO
+ while (fread())
return 0;
}