forked from github/server
fix endless loop bug.
This commit is contained in:
parent
72e041dd32
commit
c6b4c51b0d
|
@ -535,7 +535,7 @@ void sparagraph(strlist ** SP, const char *s, unsigned int indent, char mark)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
i = j + 1;
|
i = j + 1;
|
||||||
} while (s[j]);
|
}
|
||||||
|
|
||||||
for (j = 0; j != indent; j++)
|
for (j = 0; j != indent; j++)
|
||||||
buf[j] = ' ';
|
buf[j] = ' ';
|
||||||
|
|
Loading…
Reference in New Issue