diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-25 16:50:08 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-25 16:50:08 +0000 |
| commit | a68f8b580f9ce6d266ab11a5d836e69dbf70fc0e (patch) | |
| tree | 7bac461a795aec9c7b26d336519bb83bf4ed30ed /lib/libfetch/common.c | |
| parent | 9a964d6a8208cca64bb33e2e06e6fdb99185bea4 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/common.c')
| -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 9ec682528b42..59f92cbc14ed 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); } |
