summaryrefslogtreecommitdiff
path: root/wk5/pset/speller/dictionary.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-14 23:54:47 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-14 23:54:47 +0000
commitf655b1b4383a605a3b1c4479dd550a57e94416e1 (patch)
tree725b703a4c16c2bf482096cdcd3106f9d7c9c804 /wk5/pset/speller/dictionary.c
parent6a9ecf28cc3041ab0fe16901ac29cbaca1e53d49 (diff)
Sun, Apr 14, 2024, 4:54 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 d0d34cb..894b5d1 100644
--- a/wk5/pset/speller/dictionary.c
+++ b/wk5/pset/speller/dictionary.c
@@ -53,7 +53,7 @@ bool load(const char *dictionary)
unsigned int size(void)
{
// TODO
- while (fread())
+ while (fread(file))
return 0;
}