aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/timer.c')
-rw-r--r--lib-src/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/timer.c b/lib-src/timer.c
index fa603c73d52..aaa99e69c3a 100644
--- a/lib-src/timer.c
+++ b/lib-src/timer.c
@@ -131,7 +131,7 @@ notify ()
131 if (ep->reply_at <= now) 131 if (ep->reply_at <= now)
132 { 132 {
133 fputs (ep->token, stdout); 133 fputs (ep->token, stdout);
134 putc ('\n', stdout); 134 putc ('\n', stdout);
135 fflush (stdout); 135 fflush (stdout);
136 free (ep->token); 136 free (ep->token);
137 137