]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.c
Remove spelling corrector
[xonotic/gmqcc.git] / opts.c
diff --git a/opts.c b/opts.c
index 7c597130ef3c813d2b6e4af626bacf876bb74ffe..3f5c25bf71a8ffd55bd72480068e8169f5072314 100644 (file)
--- a/opts.c
+++ b/opts.c
@@ -59,7 +59,6 @@ opts_cmd_t   opts; /* command line options */
 
 static void opts_setdefault(void) {
     memset(&opts, 0, sizeof(opts_cmd_t));
-    OPTS_OPTION_BOOL(OPTION_CORRECTION) = true;
     OPTS_OPTION_STR(OPTION_PROGSRC)     = "progs.src";
 
     /* warnings */