aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_tim.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/script_tim.h')
-rw-r--r--engines/kyra/script_tim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script_tim.h b/engines/kyra/script_tim.h
index c198915e83..19b81c219b 100644
--- a/engines/kyra/script_tim.h
+++ b/engines/kyra/script_tim.h
@@ -212,7 +212,7 @@ protected:
int cmd_stopFuncNow(const uint16 *param);
int cmd_stopAllFuncs(const uint16 *param);
#define cmd_return(n, v) \
- int cmd_return_##n(const uint16 *) { return v; }
+ int cmd_return_##n(const uint16 *){ return v; }
cmd_return( 1, 1);
cmd_return(n1, -1);
#undef cmd_return