diff options
author | tomriddly | 2024-05-02 17:34:25 +0800 |
---|---|---|
committer | Nikias Bassen | 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 } } } - printf("\n"); free(buf); afc_file_close(afc, fh); fclose(f); |