summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-04 16:14:43 +0000
committerwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-04 16:14:43 +0000
commita6b5e68f255737c2ba3fc2e97a0860dc666bbe57 (patch)
tree8d27b0e61f213540586e3e420d90e2742c0c5484 /osdep
parente68d7f68588a02bacba0b0cbdb72719c2101a40b (diff)
downloadmpv-a6b5e68f255737c2ba3fc2e97a0860dc666bbe57.tar.bz2
mpv-a6b5e68f255737c2ba3fc2e97a0860dc666bbe57.tar.xz
And a tiny compile fix.
I should learn to test before apply. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12956 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/timer-lx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/timer-lx.c b/osdep/timer-lx.c
index 4bf2b0bf96..f7deb98dda 100644
--- a/osdep/timer-lx.c
+++ b/osdep/timer-lx.c
@@ -6,7 +6,7 @@
#include <sys/time.h>
#include "../config.h"
-const char *timer_name() =
+const char *timer_name =
#ifdef HAVE_NANOSLEEP
"nanosleep()";
#else