diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/afcclient.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/afcclient.c b/tools/afcclient.c index a958c23..8e12b3c 100644 --- a/tools/afcclient.c +++ b/tools/afcclient.c @@ -1002,6 +1002,9 @@ static uint8_t put_single_file(afc_client_t afc, const char *srcpath, const char } } } + if (progress) { + printf("\n"); + } free(buf); afc_file_close(afc, fh); fclose(f); |
