changeset 12955:82fb5c71f776

And a tiny compile fix. I should learn to test before apply.
author wight
date Wed, 04 Aug 2004 16:14:43 +0000
parents f9755d9c479a
children 4d6bbed2af6e
files osdep/timer-lx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/osdep/timer-lx.c	Wed Aug 04 15:48:43 2004 +0000
+++ b/osdep/timer-lx.c	Wed Aug 04 16:14:43 2004 +0000
@@ -6,7 +6,7 @@
 #include <sys/time.h>
 #include "../config.h"
 
-const char *timer_name() =
+const char *timer_name =
 #ifdef HAVE_NANOSLEEP
   "nanosleep()";
 #else