diff --git a/soup/rule_count.c b/soup/rule_count.c index 94aa454f1..c73a68930 100644 --- a/soup/rule_count.c +++ b/soup/rule_count.c @@ -250,8 +250,8 @@ rule_count(FILE *fp_in) /* If quote == NO_STRING (0) and is_comment == NO_COMMENT (0) then its code. */ #define IS_CODE (quote == is_comment) - /* paranoia and to keep valgrind happy */ - (void) memset(word, 0, sizeof (word)); + /* Paranoia and to keep valgrind happy. */ + (void) memset(word, 0, sizeof (word)); while ((ch = fgetc(fp_in)) != EOF) { if (ch == '\r') {