From 2bbd1770b7929d911301f43c291b27d18969dcb1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 19 Jan 2016 22:59:02 +0100 Subject: [PATCH] uclient-fetch: add missing newline after final progress bar update Signed-off-by: Felix Fietkau --- uclient-fetch.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.11.0