Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
@@ -58,7 +58,7 @@ main(int argc, char *argv[])
return EXIT_SUCCESS;
}
void
static void
fold(FILE *fp, long width)
{
char *buf = NULL;
@@ -69,7 +69,7 @@ fold(FILE *fp, long width)
free(buf);
foldline(const char *str, long width)
bool space;
The note is not visible to the blocked user.