From: Felix Fietkau Date: Tue, 19 Jan 2016 21:59:02 +0000 (+0100) Subject: uclient-fetch: add missing newline after final progress bar update X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=commitdiff_plain;h=2bbd1770b7929d911301f43c291b27d18969dcb1 uclient-fetch: add missing newline after final progress bar update Signed-off-by: Felix Fietkau --- 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) {