commit 55de8b5184f10a07bef8533b86804d3a95348f4b
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Sun Mar 28 15:03:09 2021 +0200
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Sun Mar 28 15:03:09 2021 +0200

    comment style

diff --git a/svkbd.c b/svkbd.c
index 0bb9365..416dc0d 100644
--- 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");

Reply via email to