summaryrefslogtreecommitdiff
path: root/wk5/pset
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-28 23:32:47 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-28 23:32:47 +0000
commitb2b75992470b0116823b402c1f6d4dc21c73c463 (patch)
treeff6482936899212a79eef4fa038cb9617cdb86bb /wk5/pset
parentbb85d562b63defe1da5eb3417c1c9aae563644b7 (diff)
Sun, Apr 28, 2024, 4:32 PM -07:00
Diffstat (limited to 'wk5/pset')
-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 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;
}