fix typo
This commit is contained in:
parent
c5c5faf772
commit
dd428487fa
@ -780,7 +780,7 @@ static char *www_wordwrap(char *content, int cutoff) {
|
|||||||
if (content[i] == '\r') {
|
if (content[i] == '\r') {
|
||||||
line_count = 0;
|
line_count = 0;
|
||||||
last_space = NULL;
|
last_space = NULL;
|
||||||
quote_line == 0;
|
quote_line = 0;
|
||||||
} else if (line_count == cutoff) {
|
} else if (line_count == cutoff) {
|
||||||
// wrap
|
// wrap
|
||||||
if (quote_line == 1) {
|
if (quote_line == 1) {
|
||||||
|
Reference in New Issue
Block a user