summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-19 22:59:02 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-19 22:59:02 +0100
commit2bbd1770b7929d911301f43c291b27d18969dcb1 (patch)
tree1655f37430df4248b6ed6c0cb35b29519baae39f
parent1b7b0ce9d184476396acbe904d8089d737fcf3f4 (diff)
downloaduclient-2bbd1770b7929d911301f43c291b27d18969dcb1.tar.gz
uclient-fetch: add missing newline after final progress bar update
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-rw-r--r--uclient-fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uclient-fetch.c b/uclient-fetch.c
index 3f875c9..2eee625 100644
--- a/uclient-fetch.c
+++ b/uclient-fetch.c
@@ -361,6 +361,7 @@ static void eof_cb(struct uclient *cl)
if (!quiet) {
pmt_update(&pmt_timer);
uloop_timeout_cancel(&pmt_timer);
+ fprintf(stderr, "\n");
}
if (!cl->data_eof) {