diff --git a/lib-src/timer.c b/lib-src/timer.c index 6563965d8e2c8622413592c746850f385a4c207e..fa603c73d527497f023d0af60c3b15dc1596e8c1 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -131,6 +131,7 @@ notify () if (ep->reply_at <= now) { fputs (ep->token, stdout); + putc ('\n', stdout); fflush (stdout); free (ep->token);