Get rid of an extra newline.

This commit is contained in:
guy 2002-05-29 09:59:12 +00:00
parent fc258e549c
commit f72fe0d0de

View File

@ -11,7 +11,7 @@
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.6 2000-09-29 04:58:50 guy Exp $";
"@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.7 2002-05-29 09:59:12 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@ -96,7 +96,7 @@ stp_print(const u_char *p, u_int length)
break;
default:
printf("unknown type %i\n", p[6]);
printf("unknown type %i", p[6]);
break;
}