]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
Rename
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index c33b4ac38d8a80f0de156b9ff1d7620592154583..a7b02c7e53ee7aaa95abba520327dd610ee98651 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1242,11 +1242,11 @@ int main(int argc, char **argv) {
             con_change(redirout, redirerr);
 
             if (!strcmp(argv[0]+1, "debug")) {
-                OPTION_VALUE_BOOL(OPTION_DEBUG) = true;
+                OPTS_OPTION_BOOL(OPTION_DEBUG) = true;
                 continue;
             }
             if (!strcmp(argv[0]+1, "memchk")) {
-                OPTION_VALUE_BOOL(OPTION_MEMCHK) = true;
+                OPTS_OPTION_BOOL(OPTION_MEMCHK) = true;
                 continue;
             }
             if (!strcmp(argv[0]+1, "nocolor")) {