From: Dale Weiler Date: Thu, 22 Nov 2012 18:14:03 +0000 (+0000) Subject: oops X-Git-Tag: 0.1.9~357 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fed86b73fd5428b6e9dfc78867619aaa06e442cc;p=xonotic%2Fgmqcc.git oops --- diff --git a/test.c b/test.c index e710e0c..ed66f9d 100644 --- 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);