From 4e6e3a9c973c36db5bf10e8f0b645f9de708845f Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 7 Jun 2011 09:33:50 +0200 Subject: src/utils.c: Make bell() static Signed-off-by: Lukas Fleischer --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index aa1326f..c861195 100644 --- a/src/utils.c +++ b/src/utils.c @@ -276,7 +276,7 @@ ins_char (int pos, int ch, char *str) *str = ch; } -void +static void bell (void) { printf ("\a"); -- cgit v1.2.3-54-g00ecf