summaryrefslogtreecommitdiffstats
path: root/src/pacman/callback.c
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2013-01-03 22:48:53 +0100
committerAllan McRae <allan@archlinux.org>2013-01-04 12:49:38 +0100
commit86eefc1a3a3419bb41b2acab521a476db0d2a7ce (patch)
tree8409b0bbc5e4fe95a0ba8dad7f2892205dd7e2ee /src/pacman/callback.c
parentb5709b8171c5be82ebb3651680ae3698b7513f43 (diff)
downloadpacman-86eefc1a3a3419bb41b2acab521a476db0d2a7ce.tar.gz
pacman-86eefc1a3a3419bb41b2acab521a476db0d2a7ce.tar.xz
Fix space between control structure and open parens
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/pacman/callback.c')
-rw-r--r--src/pacman/callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/callback.c b/src/pacman/callback.c
index 78dcd638..f53f59c8 100644
--- a/src/pacman/callback.c
+++ b/src/pacman/callback.c
@@ -423,7 +423,7 @@ void cb_progress(alpm_progress_t event, const char *pkgname, int percent,
prevcurrent = current;
/* set text of message to display */
- switch (event) {
+ switch(event) {
case ALPM_PROGRESS_ADD_START:
opr = _("installing");
break;