]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
Apply some static where it belongs
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
old mode 100755 (executable)
new mode 100644 (file)
index f263cea..0af7477
--- a/test.c
+++ b/test.c
@@ -26,7 +26,7 @@
 
 opts_cmd_t opts;
 
-const char *task_bins[] = {
+static const char *task_bins[] = {
     "./gmqcc",
     "./qcvm"
 };
@@ -654,7 +654,7 @@ typedef struct {
     bool             compiled;
 } task_t;
 
-task_t *task_tasks = NULL;
+static task_t *task_tasks = NULL;
 
 /*
  * Read a directory and searches for all template files in it