summaryrefslogtreecommitdiff
path: root/lib-src/=timer.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-01-08 20:36:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-01-08 20:36:35 +0000
commit6548861bbd7c46bf36ed3d0710b9f04a733c4557 (patch)
treefeeb960a87b3d2487800fd20809ab3cb816ab8be /lib-src/=timer.c
parentd28e2756c9a0547717d328e8d7b9b44e3cf46e45 (diff)
downloademacs-6548861bbd7c46bf36ed3d0710b9f04a733c4557.tar.gz
Also, write a newline after the token.
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 ()
if (ep->reply_at <= now)
{
fputs (ep->token, stdout);
- putc ('\n', stdout);
+ putc ('\n', stdout);
fflush (stdout);
free (ep->token);