summaryrefslogtreecommitdiffstats
path: root/src/pacman/log.c
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-02-01 19:20:13 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-02-01 19:20:13 +0100
commitcdc97dd6f2731020604fbc8cd3322d5127cdd666 (patch)
treec8e6751a4a616beffc984936f16ec435d8b98cde /src/pacman/log.c
parentde3a0f164c303371a2ac8813ebeec10025b27e2a (diff)
downloadpacman-cdc97dd6f2731020604fbc8cd3322d5127cdd666.tar.gz
pacman-cdc97dd6f2731020604fbc8cd3322d5127cdd666.tar.xz
added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)
Diffstat (limited to 'src/pacman/log.c')
-rw-r--r--src/pacman/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/log.c b/src/pacman/log.c
index 9d1f0c1d..550065ab 100644
--- a/src/pacman/log.c
+++ b/src/pacman/log.c
@@ -35,7 +35,7 @@
extern config_t *config;
-static int neednl; /* for cleaner message output */
+int neednl; /* for cleaner message output */
/* Callback to handle notifications from the library
*/