summaryrefslogtreecommitdiff
path: root/src/timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timers.c')
-rw-r--r--src/timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timers.c b/src/timers.c
index 9ceb3a714f7be..5c7e2c7c71ab2 100644
--- a/src/timers.c
+++ b/src/timers.c
@@ -38,7 +38,7 @@ warntimer(msg, va_alist)
# if 0
if (!tTd(98, 30))
return;
-# endif /* 0 */
+# endif
SM_VA_START(ap, msg);
(void) sm_vsnprintf(buf, sizeof(buf), msg, ap);
SM_VA_END(ap);