mirror of git://git.suckless.org/svkbd
comment style
This commit is contained in:
parent
7c06a0caf5
commit
55de8b5184
2
svkbd.c
2
svkbd.c
|
@ -1204,7 +1204,7 @@ main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
if (printoutput)
|
if (printoutput)
|
||||||
setbuf(stdout, NULL); //unbuffered output
|
setbuf(stdout, NULL); /* unbuffered output */
|
||||||
|
|
||||||
if (heightfactor <= 0)
|
if (heightfactor <= 0)
|
||||||
die("height factor must be a positive integer");
|
die("height factor must be a positive integer");
|
||||||
|
|
Loading…
Reference in New Issue