From 50bb16e0151e31479cb2602c9749ffe18f7a3592 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 27 Sep 2007 21:38:47 -0500 Subject: OMG a space! Yeah, I added a space. It deserves its own commit. Signed-off-by: Aaron Griffin --- src/pacman/pacman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 24c7ef81..e13689cc 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -539,7 +539,7 @@ static int _parseconfig(const char *file, const char *givensection, config->usecolor = 1; pm_printf(PM_LOG_DEBUG, "config: usecolor\n"); } else if(strcmp(key, "ShowSize") == 0 || strcmp(upperkey, "SHOWSIZE") == 0) { - config->showsize= 1; + config->showsize = 1; pm_printf(PM_LOG_DEBUG, "config: showsize\n"); } else { pm_printf(PM_LOG_ERROR, _("config file %s, line %d: directive '%s' not recognized.\n"), -- cgit v1.2.3-24-g4f1b