changeset 1750:2a92e870a448

Also, write a newline after the token.
author Michael I. Bushnell <mib@gnu.org>
date Fri, 08 Jan 1993 20:36:35 +0000
parents dbb15c2c5823
children fac61b478a41
files lib-src/=timer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/=timer.c	Fri Jan 08 20:36:14 1993 +0000
+++ b/lib-src/=timer.c	Fri Jan 08 20:36:35 1993 +0000
@@ -131,7 +131,7 @@
     if (ep->reply_at <= now)
       {
 	fputs (ep->token, stdout);
-	putc ('\n', stdout);
+	putc ('\n', stdout);
 	fflush (stdout);
 	free (ep->token);