aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/sfx_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/sfx_timer.h')
-rw-r--r--engines/sci/include/sfx_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/sfx_timer.h b/engines/sci/include/sfx_timer.h
index e3402a24cd..919203d120 100644
--- a/engines/sci/include/sfx_timer.h
+++ b/engines/sci/include/sfx_timer.h
@@ -84,7 +84,7 @@ typedef struct {
} sfx_timer_t;
extern sfx_timer_t *
-sfx_find_timer(char *name);
+ sfx_find_timer(char *name);
/* Finds a timer by name
** Parameters: (char *) name: Name of the timer to look up, or NULL for default
** Returns : (sfx_timer_t *) The timer of matching name, or NULL