diff options
-rw-r--r-- | lib/libfetch/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 9ec6825..59f92cb 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -157,6 +157,7 @@ _fetch_info(char *fmt, ...) va_start(ap, fmt); vfprintf(stderr, fmt, ap); va_end(ap); + fputc('\n', stderr); } |