diff options
author | 2024-05-02 17:34:25 +0800 | |
---|---|---|
committer | 2024-05-18 23:19:58 +0200 | |
commit | 753844b9de14c4388c168b1e30191c45a1c6c443 (patch) | |
tree | 7ff072158fcdbee851bc6dc0356e3bba0ddc81dd /tools | |
parent | af3d102b8a3ea0bc374be7eeab25d459d5568c09 (diff) | |
download | libimobiledevice-753844b9de14c4388c168b1e30191c45a1c6c443.tar.gz libimobiledevice-753844b9de14c4388c168b1e30191c45a1c6c443.tar.bz2 |
tools/afcclient: Prevent too much blank lines from recursive put
Signed-off-by: tomriddly <tomriddly@qq.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/afcclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/afcclient.c b/tools/afcclient.c index ba93060..25b0383 100644 --- a/tools/afcclient.c +++ b/tools/afcclient.c | |||
@@ -1003,7 +1003,6 @@ static uint8_t put_single_file(afc_client_t afc, const char *srcpath, const char | |||
1003 | } | 1003 | } |
1004 | } | 1004 | } |
1005 | } | 1005 | } |
1006 | printf("\n"); | ||
1007 | free(buf); | 1006 | free(buf); |
1008 | afc_file_close(afc, fh); | 1007 | afc_file_close(afc, fh); |
1009 | fclose(f); | 1008 | fclose(f); |