summaryrefslogtreecommitdiffstats
path: root/hals_end/hals_end.c
diff options
context:
space:
mode:
Diffstat (limited to 'hals_end/hals_end.c')
-rw-r--r--hals_end/hals_end.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hals_end/hals_end.c b/hals_end/hals_end.c
index c6b408df..494a4da0 100644
--- a/hals_end/hals_end.c
+++ b/hals_end/hals_end.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hals_end.c,v 1.1 2013/11/12 17:46:21 mbalmer Exp $ */
+/* $NetBSD: hals_end.c,v 1.2 2021/05/02 12:50:45 rillig Exp $ */
/*
* hals_end Copyright (C) 2003-2007 marc balmer. BSD license applies.
@@ -68,7 +68,7 @@ void
stutter(const char *s)
{
int sdelay = (100000 + (50000 * emotion)) / speed;
-
+
while (*s) {
putchar(*s);
if (*s == ' ') {