summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-22 23:24:13 +0000
committerjkh <jkh@FreeBSD.org>1996-06-22 23:24:13 +0000
commit694ef53b8b84be2f422dc50e8bdddbc738adc177 (patch)
treec377a14b683e622e0e481e20bc0f0276edf0d566 /usr.bin/fetch
parent325e17c4e0b2a3f766a3ecb90a9c69f92012fd39 (diff)
downloadFreeBSD-src-694ef53b8b84be2f422dc50e8bdddbc738adc177.zip
FreeBSD-src-694ef53b8b84be2f422dc50e8bdddbc738adc177.tar.gz
Adjust the copyright to match reality, remove printing of gratuitous newline.
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c
index 9934fc4..ba0d9a0 100644
--- a/usr.bin/fetch/main.c
+++ b/usr.bin/fetch/main.c
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 1996
- * Jordan Hubbard, Poul-Henning Kamp, Jean-Marc Zucconi
+ * Jean-Marc Zucconi
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id: main.c,v 1.2 1996/06/22 20:16:57 jkh Exp $ */
+/* $Id: main.c,v 1.3 1996/06/22 21:42:14 jkh Exp $ */
#include <stdlib.h>
#include <stdio.h>
@@ -325,7 +325,7 @@ display (int size, int n)
size ? "" : " [appending]");
else
sprintf (s, "Receiving %s", outputfile);
- printf ("\n%s", s);
+ printf ("%s", s);
fflush (stdout);
bytes = n;
return;
OpenPOWER on IntegriCloud