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