diff options
-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 |