From d5980c09d2040665450fb05dc517f02f9059b40f Mon Sep 17 00:00:00 2001 From: danj Date: Sat, 30 Jan 2021 22:00:06 +0000 Subject: [PATCH] Don't print an empty line at the end of `route sourceaddr` ok denis --- sbin/route/show.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/route/show.c b/sbin/route/show.c index ff794e0a273..bcb67dae748 100644 --- a/sbin/route/show.c +++ b/sbin/route/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.118 2021/01/24 08:58:50 florian Exp $ */ +/* $OpenBSD: show.c,v 1.119 2021/01/30 22:00:06 danj Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -176,7 +176,6 @@ printsource(int af, u_int tableid) } } free(buf); - printf("\n"); exit(0); } -- 2.20.1