summaryrefslogtreecommitdiffstats
path: root/osdep/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/timer.h')
-rw-r--r--osdep/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/timer.h b/osdep/timer.h
index f0e87a89b7..44e26cdafc 100644
--- a/osdep/timer.h
+++ b/osdep/timer.h
@@ -1,7 +1,7 @@
#ifndef MPLAYER_TIMER_H
#define MPLAYER_TIMER_H
-extern const char *timer_name;
+extern const char timer_name[];
void InitTimer(void);
unsigned int GetTimer(void);