summaryrefslogtreecommitdiff
path: root/src/dosfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dosfns.c')
-rw-r--r--src/dosfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dosfns.c b/src/dosfns.c
index 69254ef7089..f0b1c69124e 100644
--- a/src/dosfns.c
+++ b/src/dosfns.c
@@ -222,10 +222,10 @@ Return nil if startup screen is not available.")
{
for (j = 0; j < cols; j++)
{
- insert_char (*s, 1);
+ insert_char (*s);
s += 2;
}
- insert_char ('\n', 1);
+ insert_char ('\n');
}
return Qt;