From 9006e75cde6ad92fd542715ba9013e01a13bbe8d Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 18 Mar 2018 13:07:39 -0400 Subject: puzzles: fix typo Change-Id: I6b8c18472749248508d4e5b1595b8903e687f67c --- apps/plugins/puzzles/compress.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/puzzles/compress.c b/apps/plugins/puzzles/compress.c index 04df077e53..0e52c4b659 100644 --- a/apps/plugins/puzzles/compress.c +++ b/apps/plugins/puzzles/compress.c @@ -114,7 +114,7 @@ int main() --i; break; case '$': - /* genhelp.sh replaces the dollar signs in URLs with + /* genhelp.sh replaces the underscores in URLs with * dollar signs to help us out. */ buf[i] = '_'; break; @@ -137,9 +137,7 @@ int main() int words_check = 0; for(int i = 0; i < help_text_len; ++i) if(!buf[i]) - { ++words_check; - } assert(words_check == word_idx); -- cgit v1.2.3