Fix a typo. Oops.

Submitted by:	asami
This commit is contained in:
Sean Eric Fagan 1996-10-08 19:16:24 +00:00
parent ad31211dc6
commit 9ec72be8de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18811

View File

@ -24,7 +24,7 @@ static const char copyright[] =
"@(#) Copyright (c) 1988, 1989, 1991, 1994, 1995, 1996\n\
The Regents of the University of California. All rights reserved.\n";
static const char rcsid[] =
"@(#)$Header: /home/ncvs/src/contrib/traceroute/traceroute.c,v 1.3 1996/10/05 01:43:13 sef Exp $ (LBL)";
"@(#)$Header: /home/ncvs/src/contrib/traceroute/traceroute.c,v 1.4 1996/10/08 02:44:26 sef Exp $ (LBL)";
#endif
/*
@ -706,7 +706,7 @@ main(int argc, char **argv)
(void)fflush(stdout);
}
if (sump) {
Printf(" (%d%% loss)", (lost * 100) / nprobes);
Printf(" (%d%% loss)", (loss * 100) / nprobes);
}
putchar('\n');
if (got_there ||