diff options
Diffstat (limited to 'compat/timer.cpp')
-rw-r--r-- | compat/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/timer.cpp b/compat/timer.cpp index 84ea44e6..f60e4f62 100644 --- a/compat/timer.cpp +++ b/compat/timer.cpp @@ -107,7 +107,7 @@ void Timer::gettime(timespec* ts) { int error = clock_gettime(CLOCK_MONOTONIC, ts); assert(error == 0 && "clock_gettime failed"); -}; +} #endif |