From ab6d7b65a1d47c4a6d752090c25bb6e98f81e426 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:18:05 +0000 Subject: Sun, Apr 28, 2024, 3:18 PM -07:00 --- wk5/pset/speller/dictionary.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wk5/pset/speller') 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; } + } /* -- cgit v1.2.3