From 5173265fb42adf32f20e80730d0830008a2c6889 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 26 Nov 2025 16:17:42 +0100 Subject: afcclient: Add linebreak to finalize progress of put command --- tools/afcclient.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.1-32-gdbae