uclient-fetch: add missing newline after final progress bar update
authorFelix Fietkau <nbd@openwrt.org>
Tue, 19 Jan 2016 21:59:02 +0000 (22:59 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 19 Jan 2016 21:59:02 +0000 (22:59 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
uclient-fetch.c

index 3f875c9aea0a87feb380caa5aa11e8ccba1c83b4..2eee6258bedb558ef329081c6f63fb6ad168cda7 100644 (file)
@@ -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) {