From dd428487fa0d9e2b1c9b097911d750d0780b69f3 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Wed, 28 Feb 2018 09:19:55 +1000 Subject: [PATCH] fix typo --- src/www_msgs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {