uclient-fetch: add missing newline after final progress bar update
[project/uclient.git] / 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) {