From: danj Date: Sat, 30 Jan 2021 22:00:06 +0000 (+0000) Subject: Don't print an empty line at the end of `route sourceaddr` X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d5980c09d2040665450fb05dc517f02f9059b40f;p=openbsd Don't print an empty line at the end of `route sourceaddr` ok denis --- 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); }