From 0b7476a655878d65f18bd2b43e780f2b237d204b Mon Sep 17 00:00:00 2001 From: tls Date: Sun, 2 Apr 2006 19:03:55 +0000 Subject: [PATCH] Remove extra \n from call to warn() --- usr.bin/tip/remote.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/tip/remote.c b/usr.bin/tip/remote.c index 80d8404e49ae..fdb5bfdda8ba 100644 --- a/usr.bin/tip/remote.c +++ b/usr.bin/tip/remote.c @@ -1,4 +1,4 @@ -/* $NetBSD: remote.c,v 1.13 2006/04/02 06:11:45 tls Exp $ */ +/* $NetBSD: remote.c,v 1.14 2006/04/02 19:03:55 tls Exp $ */ /* * Copyright (c) 1992, 1993 @@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\ #if 0 static char sccsid[] = "@(#)remote.c 8.1 (Berkeley) 6/6/93"; #endif -__RCSID("$NetBSD: remote.c,v 1.13 2006/04/02 06:11:45 tls Exp $"); +__RCSID("$NetBSD: remote.c,v 1.14 2006/04/02 19:03:55 tls Exp $"); #endif /* not lint */ #include "pathnames.h" @@ -207,7 +207,7 @@ getremote(host) if (!lookedup) { if (host == NULL && (host = getenv("HOST")) == NULL) { - errx(3, "no host specified\n"); + errx(3, "no host specified"); } getremcap(host); next = DV;