From 753844b9de14c4388c168b1e30191c45a1c6c443 Mon Sep 17 00:00:00 2001 From: tomriddly Date: Thu, 2 May 2024 17:34:25 +0800 Subject: tools/afcclient: Prevent too much blank lines from recursive put Signed-off-by: tomriddly --- tools/afcclient.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') 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); -- cgit v1.1-32-gdbae