diff options
author | 2000-04-20 07:50:54 +0000 | |
---|---|---|
committer | 2000-04-20 07:50:54 +0000 | |
commit | a0cb71663c41ad72bbdcff79fd09a9946dd3cd20 (patch) | |
tree | c79be8ed5069775b0d99b130210c09d7295b1359 | |
parent | Same as the traceroute commit just now; add an option for skipping (diff) | |
download | wireguard-openbsd-a0cb71663c41ad72bbdcff79fd09a9946dd3cd20.tar.xz wireguard-openbsd-a0cb71663c41ad72bbdcff79fd09a9946dd3cd20.zip |
Forgot trailing newline in message.
-rw-r--r-- | usr.sbin/traceroute6/traceroute6.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |