Also, write a newline after the token.
authorMichael I. Bushnell <mib@gnu.org>
Fri, 8 Jan 1993 20:36:35 +0000 (20:36 +0000)
committerMichael I. Bushnell <mib@gnu.org>
Fri, 8 Jan 1993 20:36:35 +0000 (20:36 +0000)
lib-src/timer.c

index fa603c7..aaa99e6 100644 (file)
@@ -131,7 +131,7 @@ notify ()
     if (ep->reply_at <= now)
       {
        fputs (ep->token, stdout);
-\a      putc ('\n', stdout);
+       putc ('\n', stdout);
        fflush (stdout);
        free (ep->token);