[Mplayer-cvslog] CVS: main/osdep timer-lx.c,1.8,1.9

Torinthiel CVS syncmail at mplayerhq.hu
Wed Aug 4 18:14:46 CEST 2004


CVS change done by Torinthiel CVS

Update of /cvsroot/mplayer/main/osdep
In directory mail:/var2/tmp/cvs-serv24790/osdep

Modified Files:
	timer-lx.c 
Log Message:
And a tiny compile fix.
I should learn to test before apply.


Index: timer-lx.c
===================================================================
RCS file: /cvsroot/mplayer/main/osdep/timer-lx.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- timer-lx.c	4 Aug 2004 15:48:43 -0000	1.8
+++ timer-lx.c	4 Aug 2004 16:14:43 -0000	1.9
@@ -6,7 +6,7 @@
 #include <sys/time.h>
 #include "../config.h"
 
-const char *timer_name() =
+const char *timer_name =
 #ifdef HAVE_NANOSLEEP
   "nanosleep()";
 #else




More information about the MPlayer-cvslog mailing list