From e13a3bf5990d03cca25c86efbfbaf2540d645413 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 3 Jan 2013 18:48:51 -0300 Subject: Fix missing spaces in operators Signed-off-by: Gerardo Exequiel Pozzi Signed-off-by: Allan McRae --- src/pacman/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/conf.c') diff --git a/src/pacman/conf.c b/src/pacman/conf.c index de299757..6ea7fe22 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -127,7 +127,7 @@ static int download_with_xfercommand(const char *url, const char *localpath, int usepart = 0; int cwdfd; struct stat st; - char *parsedcmd,*tempcmd; + char *parsedcmd, *tempcmd; char *destfile, *tempfile, *filename; if(!config->xfercommand) { -- cgit v1.2.3