diff options
Diffstat (limited to 'gob/timer.cpp')
-rw-r--r-- | gob/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/timer.cpp b/gob/timer.cpp index 863977b6ee..34c9778fc3 100644 --- a/gob/timer.cpp +++ b/gob/timer.cpp @@ -32,4 +32,4 @@ void timer_enableTimer() { void timer_disableTimer() { debug(0, "STUB: timer_disableTimer()"); } -}; +} |