commit 55de8b5184f10a07bef8533b86804d3a95348f4b
parent 7c06a0caf5900597dfbfa30441936fd5510db6bb
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 28 Mar 2021 15:03:09 +0200
comment style
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svkbd.c b/svkbd.c
@@ -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");