diff options
Diffstat (limited to 'src/pacman/log.c')
-rw-r--r-- | src/pacman/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |