summaryrefslogtreecommitdiffstats
path: root/src/ipsw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipsw.c')
-rw-r--r--src/ipsw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipsw.c b/src/ipsw.c
index adbaea0..f08e2fd 100644
--- a/src/ipsw.c
+++ b/src/ipsw.c
@@ -114,7 +114,7 @@ int ipsw_extract_to_file(const char* ipsw, const char* infile, const char* outfi
bytes += size;
progress = ((double) bytes/ (double) zstat.size) * 100.0;
- print_progress_bar("Extracting", progress);
+ print_progress_bar(progress);
}
fclose(fd);