projects
/
project
/
uclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b7b0ce
)
uclient-fetch: add missing newline after final progress bar update
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 19 Jan 2016 21:59:02 +0000
(22:59 +0100)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/uclient-fetch.c
b/uclient-fetch.c
index 3f875c9aea0a87feb380caa5aa11e8ccba1c83b4..2eee6258bedb558ef329081c6f63fb6ad168cda7 100644
(file)
--- 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) {