diff --git a/src/www_msgs.c b/src/www_msgs.c index e03ca62..ab728e3 100644 --- a/src/www_msgs.c +++ b/src/www_msgs.c @@ -780,7 +780,7 @@ static char *www_wordwrap(char *content, int cutoff) { if (content[i] == '\r') { line_count = 0; last_space = NULL; - quote_line == 0; + quote_line = 0; } else if (line_count == cutoff) { // wrap if (quote_line == 1) {