diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-09-27 21:38:47 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-09-28 00:25:57 -0500 |
commit | 50bb16e0151e31479cb2602c9749ffe18f7a3592 (patch) | |
tree | 85e84a5e8bc37d7af4f62f34dbc9e610a8663521 /src | |
parent | cb3c3a920d976942fbc72b2d9dbff5320ca9415c (diff) | |
download | pacman-50bb16e0151e31479cb2602c9749ffe18f7a3592.tar.xz |
OMG a space!
Yeah, I added a space. It deserves its own commit.
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/pacman.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |