From d4a281b86465d594b319537193be95f44f4536cf Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:14:53 +0000 Subject: Sun, Apr 28, 2024, 4:14 PM -07:00 --- wk5/pset/speller/dictionary.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wk5/pset/speller') diff --git a/wk5/pset/speller/dictionary.c b/wk5/pset/speller/dictionary.c index a4e65fe..e088543 100644 --- a/wk5/pset/speller/dictionary.c +++ b/wk5/pset/speller/dictionary.c @@ -38,8 +38,7 @@ bool check(const char *word) // move on to next node current = current->next; } - - + return false; } -- cgit v1.2.3