diff options
| -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 | |||
| 1002 | } | 1002 | } |
| 1003 | } | 1003 | } |
| 1004 | } | 1004 | } |
| 1005 | if (progress) { | ||
| 1006 | printf("\n"); | ||
| 1007 | } | ||
| 1005 | free(buf); | 1008 | free(buf); |
| 1006 | afc_file_close(afc, fh); | 1009 | afc_file_close(afc, fh); |
| 1007 | fclose(f); | 1010 | fclose(f); |
