]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
con_default_out for opts.pp_only (removes recently added TODO .. and fixes a segfault)
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 5925cfa68c8a82b7ac501ba6107c04390271c98b..2e1acb5d1401d848f9b7fcfd57694a583f625430 100644 (file)
--- a/main.c
+++ b/main.c
@@ -566,7 +566,7 @@ int main(int argc, char **argv) {
             }
         }
         else {
-         /* TODO: stdout without stdout .. */
+            con_default_out();
         }
     }