From 7f465320e409b80a38ba11a72f4108a470003b35 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 24 Jan 2007 16:57:19 +0000 Subject: Cleanup 'neednl' usage - make it static --- src/pacman/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/log.c') diff --git a/src/pacman/log.c b/src/pacman/log.c index f139fb14..d4db9848 100644 --- a/src/pacman/log.c +++ b/src/pacman/log.c @@ -37,7 +37,7 @@ extern config_t *config; -int neednl = 0; /* for cleaner message output */ +static int neednl = 0; /* for cleaner message output */ static int needpad = 0; /* pad blanks to terminal width */ /* simple helper for needpad */ -- cgit v1.2.3-24-g4f1b