comment style

This commit is contained in:
Hiltjo Posthuma 2021-03-28 15:03:09 +02:00
parent 7c06a0caf5
commit 55de8b5184
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ main(int argc, char *argv[])
}
if (printoutput)
setbuf(stdout, NULL); //unbuffered output
setbuf(stdout, NULL); /* unbuffered output */
if (heightfactor <= 0)
die("height factor must be a positive integer");