diff options
author | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-04 16:14:43 +0000 |
---|---|---|
committer | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-04 16:14:43 +0000 |
commit | a6b5e68f255737c2ba3fc2e97a0860dc666bbe57 (patch) | |
tree | 8d27b0e61f213540586e3e420d90e2742c0c5484 | |
parent | e68d7f68588a02bacba0b0cbdb72719c2101a40b (diff) |
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
-rw-r--r-- | osdep/timer-lx.c | 2 |
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 |