summaryrefslogtreecommitdiffstats
path: root/smenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'smenu.c')
-rw-r--r--smenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.c b/smenu.c
index 9632cf9..426b2de 100644
--- a/smenu.c
+++ b/smenu.c
@@ -3553,7 +3553,7 @@ disp_message(ll_t * message_lines_list, long message_max_width,
long i;
for (i = 0; i < offset; i++)
- putc(' ', stdout);
+ fputc(' ', stdout);
}
/* Only print the start of a line if the screen width if too small */