From a6b5e68f255737c2ba3fc2e97a0860dc666bbe57 Mon Sep 17 00:00:00 2001 From: wight Date: Wed, 4 Aug 2004 16:14:43 +0000 Subject: 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 --- osdep/timer-lx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep') 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 #include "../config.h" -const char *timer_name() = +const char *timer_name = #ifdef HAVE_NANOSLEEP "nanosleep()"; #else -- cgit v1.2.3