diff options
Diffstat (limited to 'tools/idevicebackup2.c')
-rw-r--r-- | tools/idevicebackup2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index 7cc0535..2f8f1fa 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c | |||
@@ -2486,7 +2486,7 @@ checkpoint: | |||
2486 | 2486 | ||
2487 | /* print status */ | 2487 | /* print status */ |
2488 | if ((overall_progress > 0) && !progress_finished) { | 2488 | if ((overall_progress > 0) && !progress_finished) { |
2489 | if (overall_progress >= 100.0f) { | 2489 | if (overall_progress >= 100.0F) { |
2490 | progress_finished = 1; | 2490 | progress_finished = 1; |
2491 | } | 2491 | } |
2492 | print_progress_real(overall_progress, 0); | 2492 | print_progress_real(overall_progress, 0); |