diff options
Diffstat (limited to 'src/getstring.c')
-rw-r--r-- | src/getstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getstring.c b/src/getstring.c index 8633ef3..7570474 100644 --- a/src/getstring.c +++ b/src/getstring.c @@ -115,7 +115,7 @@ getstr_ins_char (struct getstr_status *st, char *c) static void bell (void) { - printf ("\a"); + putchar ('\a'); } /* Initialize getstring data structure. */ |