]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Removed params from ast_function again. It really is superfluous to copy them, just...
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index fe2f42690cde09083e524071ffe9490c8f5966ff..1ffcd998927a437459041cd79a53195b72a38465 100644 (file)
--- a/main.c
+++ b/main.c
@@ -24,7 +24,7 @@
 typedef struct { char *name, type; } argitem;
 VECTOR_MAKE(argitem, items);
 
-static const int usage(const char *const app) {
+static int usage(const char *app) {
     printf("usage:\n"
            "    %s -c<file>          -oprog.dat -- compile file\n"
            "    %s -a<file>          -oprog.dat -- assemble file\n"