diff options
Diffstat (limited to 'console-client/timer.c')
-rw-r--r-- | console-client/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/console-client/timer.c b/console-client/timer.c index a8869b5e..69cc643d 100644 --- a/console-client/timer.c +++ b/console-client/timer.c @@ -217,4 +217,3 @@ timer_change (struct timer_list *timer, long long expires) timer->expires = expires; timer_add (timer); } - |