summaryrefslogtreecommitdiffstats
path: root/src/pacman/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/download.h')
-rw-r--r--src/pacman/download.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/download.h b/src/pacman/download.h
index fb65a4c0..80364f9c 100644
--- a/src/pacman/download.h
+++ b/src/pacman/download.h
@@ -26,7 +26,7 @@ extern int offset;
extern struct timeval t0, t;
extern float rate;
extern int xfered1;
-extern unsigned char eta_h, eta_m, eta_s;
+extern unsigned int eta_h, eta_m, eta_s;
#ifdef __FTPLIB_H
int log_progress(netbuf *ctl, int xfered, void *arg);