]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of an extra newline.
authorguy <guy>
Wed, 29 May 2002 09:59:12 +0000 (09:59 +0000)
committerguy <guy>
Wed, 29 May 2002 09:59:12 +0000 (09:59 +0000)
print-stp.c

index eed55ef188978dddd41ec495f501180caf3e6b84..fbaa15b3ec4fb2a8c4455e89271cf387ffd094b9 100644 (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;
        }