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
This commit is contained in:
wight 2004-08-04 16:14:43 +00:00
parent e68d7f6858
commit a6b5e68f25
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <sys/time.h>
#include "../config.h"
const char *timer_name() =
const char *timer_name =
#ifdef HAVE_NANOSLEEP
"nanosleep()";
#else