]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
oops
authorDale Weiler <killfieldengine@gmail.com>
Thu, 22 Nov 2012 18:14:03 +0000 (18:14 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 22 Nov 2012 18:14:03 +0000 (18:14 +0000)
test.c

diff --git a/test.c b/test.c
index e710e0ced26dcc0296f8824a08f31309a8e288e2..ed66f9d6c9337fcfa3dcb2e79eef34d545a60cd0 100644 (file)
--- a/test.c
+++ b/test.c
@@ -516,7 +516,6 @@ task_template_t *task_template_compile(const char *file, const char *dir) {
         if (!template->executeflags) {
             /* default to $null */
             template->executeflags = util_strdup("$null");
-            goto failure;
         }
         if (!template->comparematch) {
             con_err("template compile error: %s missing `M:` tag (use `$null` for exclude)\n", file);