diff options
| -rw-r--r-- | tools/idevicebackup4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup4.c b/tools/idevicebackup4.c index f4f812c..631fbc8 100644 --- a/tools/idevicebackup4.c +++ b/tools/idevicebackup4.c | |||
| @@ -475,7 +475,7 @@ static void print_progress(uint64_t current, uint64_t total) | |||
| 475 | printf(" (%s", format_size); | 475 | printf(" (%s", format_size); |
| 476 | g_free(format_size); | 476 | g_free(format_size); |
| 477 | format_size = g_format_size_for_display(total); | 477 | format_size = g_format_size_for_display(total); |
| 478 | printf("/%s)", format_size); | 478 | printf("/%s) ", format_size); |
| 479 | g_free(format_size); | 479 | g_free(format_size); |
| 480 | 480 | ||
| 481 | fflush(stdout); | 481 | fflush(stdout); |
