aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/timer.c
diff options
context:
space:
mode:
authorMichael I. Bushnell1993-01-08 20:36:35 +0000
committerMichael I. Bushnell1993-01-08 20:36:35 +0000
commit07941899b3465d852d8dd49d5c6e03c4655fb588 (patch)
treedfad347aad8ff5b55363053e31e242304da2480c /lib-src/timer.c
parent5319c7c1b963ad204768fb6ca20442a38adf3593 (diff)
downloademacs-07941899b3465d852d8dd49d5c6e03c4655fb588.tar.gz
emacs-07941899b3465d852d8dd49d5c6e03c4655fb588.zip
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 ()
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