summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-01-26 03:19:24 +0100
committerAaron Griffin <aaron@archlinux.org>2007-01-26 03:19:24 +0100
commit1629355ef06c16c422fe959affde83552c96b5ae (patch)
tree9158713a3d7d60c76cc37d0f5024fbf1da51cb33 /src
parente22336673aca979e1e893b25b58e6d726fc739cf (diff)
downloadpacman-1629355ef06c16c422fe959affde83552c96b5ae.tar.gz
pacman-1629355ef06c16c422fe959affde83552c96b5ae.tar.xz
Missed that 8)
Diffstat (limited to 'src')
-rw-r--r--src/pacman/downloadprog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/downloadprog.c b/src/pacman/downloadprog.c
index e7dc37f0..4ea40535 100644
--- a/src/pacman/downloadprog.c
+++ b/src/pacman/downloadprog.c
@@ -56,7 +56,6 @@ void log_progress(const char *filename, int xfered, int total)
/* a little hard to conceal easter eggs in open-source software,
* but they're still fun. ;) */
const unsigned short chomp = alpm_option_get_chomp();
- unsigned int chomp = 0;
char *fname, *p;
unsigned int maxcols = getcols();
unsigned int progresslen = maxcols - 57;