From: angelos Date: Thu, 20 Apr 2000 07:50:54 +0000 (+0000) Subject: Forgot trailing newline in message. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a0cb71663c41ad72bbdcff79fd09a9946dd3cd20;p=openbsd Forgot trailing newline in message. --- diff --git a/usr.sbin/traceroute6/traceroute6.c b/usr.sbin/traceroute6/traceroute6.c index 8f9ee4b36da..984914fc610 100644 --- a/usr.sbin/traceroute6/traceroute6.c +++ b/usr.sbin/traceroute6/traceroute6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: traceroute6.c,v 1.4 2000/04/20 07:49:47 angelos Exp $ */ +/* $OpenBSD: traceroute6.c,v 1.5 2000/04/20 07:50:54 angelos Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -778,7 +778,7 @@ main(argc, argv) (void) fflush(stderr); if (min_hops > 1) - Printf("Skipping %d intermediate hops", min_hops - 1); + Printf("Skipping %d intermediate hops\n", min_hops - 1); /* * Main loop