diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-28 23:32:47 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-28 23:32:47 +0000 |
commit | b2b75992470b0116823b402c1f6d4dc21c73c463 (patch) | |
tree | ff6482936899212a79eef4fa038cb9617cdb86bb /wk5 | |
parent | bb85d562b63defe1da5eb3417c1c9aae563644b7 (diff) |
Sun, Apr 28, 2024, 4:32 PM -07:00
Diffstat (limited to 'wk5')
-rw-r--r-- | wk5/pset/speller/dictionary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk5/pset/speller/dictionary.c b/wk5/pset/speller/dictionary.c index 495383a..aa707a6 100644 --- a/wk5/pset/speller/dictionary.c +++ b/wk5/pset/speller/dictionary.c @@ -124,5 +124,5 @@ bool unload(void) free(this); } } - return false; + return true; } |