X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/600590726828c6d6be4c6cb57718574430e36765..f72fe0d0de6eb91663b005b7d061ecebb555d667:/print-snmp.c?ds=inline diff --git a/print-snmp.c b/print-snmp.c index 70127c69..a82cbf92 100644 --- a/print-snmp.c +++ b/print-snmp.c @@ -58,7 +58,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-snmp.c,v 1.51 2002-05-07 07:39:05 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-snmp.c,v 1.52 2002-05-07 18:27:40 fenner Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -1462,7 +1462,7 @@ pdu_print(const u_char *np, u_int length, int version) } if (vflag) { - fputs("} ", stdout); + fputs(" } ", stdout); } }