aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/token.h')
-rw-r--r--engines/tinsel/token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/token.h b/engines/tinsel/token.h
index 906ce4589d..b750b92ae4 100644
--- a/engines/tinsel/token.h
+++ b/engines/tinsel/token.h
@@ -48,7 +48,7 @@ void FreeControlToken();
void GetToken(int which);
void FreeToken(int which);
-void FreeAllTokens(void);
+void FreeAllTokens();
bool TestToken(int which);