summaryrefslogtreecommitdiff
path: root/wk5/pset/speller/dictionary.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-28 22:18:05 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-28 22:18:05 +0000
commitab6d7b65a1d47c4a6d752090c25bb6e98f81e426 (patch)
tree6d5bcbcccbb9dba2ae528da16bd20fd09446f31e /wk5/pset/speller/dictionary.c
parent26778d3989b4031882d15e64d3a34ae27d57f59f (diff)
Sun, Apr 28, 2024, 3:18 PM -07:00
Diffstat (limited to 'wk5/pset/speller/dictionary.c')
-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 929a93c..acaa300 100644
--- a/wk5/pset/speller/dictionary.c
+++ b/wk5/pset/speller/dictionary.c
@@ -60,6 +60,7 @@ bool load(const char *dictionary)
fclose(source);
return false;
}
+
}
/*