]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - con.c
Make it compile with -Wall and -pedantic
[xonotic/gmqcc.git] / con.c
diff --git a/con.c b/con.c
index a784ab7338cfe82be1b95628e1824b4f9b900b4e..2d18d6941992bdcc75d23915b289f3491048a5ba 100644 (file)
--- a/con.c
+++ b/con.c
@@ -281,7 +281,7 @@ int con_change(const char *out, const char *err) {
         con_enablecolor();
     } else if (!(console.handle_err = fopen(err, "w"))) return 0;
     
-    // no buffering
+    /* no buffering */
     setvbuf(console.handle_out, NULL, _IONBF, 0);
     setvbuf(console.handle_err, NULL, _IONBF, 0);