summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2013-01-03 18:48:51 -0300
committerAllan McRae <allan@archlinux.org>2013-01-04 21:49:37 +1000
commite13a3bf5990d03cca25c86efbfbaf2540d645413 (patch)
tree74ca915c593e8f275c9a46c957fcaf16bfab8cee /src/pacman/conf.c
parent46e9afdd74b39be78e6d66696d1e53914894e9b7 (diff)
downloadpacman-e13a3bf5990d03cca25c86efbfbaf2540d645413.tar.xz
Fix missing spaces in operators
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.c')
-rw-r--r--src/pacman/conf.c2
1 files changed, 1 insertions, 1 deletions
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) {