src/utils.c: Make bell() static

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-06-07 09:33:50 +02:00
parent 3cd5c1d738
commit 4e6e3a9c97

View File

@ -276,7 +276,7 @@ ins_char (int pos, int ch, char *str)
*str = ch; *str = ch;
} }
void static void
bell (void) bell (void)
{ {
printf ("\a"); printf ("\a");