afcclient: Add linebreak to finalize progress of put command
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 @@
 			}
 		}
 	}
+	if (progress) {
+		printf("\n");
+	}
 	free(buf);
 	afc_file_close(afc, fh);
 	fclose(f);