Date: Thursday, January 25, 2007 @ 21:19:24 Author: aaron Path: /home/cvs-pacman/pacman-lib/src/pacman Modified: downloadprog.c (1.7 -> 1.8) Missed that 8) ----------------+ downloadprog.c | 1 - 1 file changed, 1 deletion(-) Index: pacman-lib/src/pacman/downloadprog.c diff -u pacman-lib/src/pacman/downloadprog.c:1.7 pacman-lib/src/pacman/downloadprog.c:1.8 --- pacman-lib/src/pacman/downloadprog.c:1.7 Thu Jan 25 21:13:16 2007 +++ pacman-lib/src/pacman/downloadprog.c Thu Jan 25 21:19:24 2007 @@ -56,7 +56,6 @@ /* 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;