comment style - svkbd - simple virtual keyboard
 (HTM) git clone git://git.suckless.org/svkbd
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 55de8b5184f10a07bef8533b86804d3a95348f4b
 (DIR) parent 7c06a0caf5900597dfbfa30441936fd5510db6bb
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 28 Mar 2021 15:03:09 +0200
       
       comment style
       
       Diffstat:
         M svkbd.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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");