X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ddb7009f906c69c5f7bddbd21c735a117f9a1e49..617f68b27238e29c391700fbd935b8e48eb263df:/util.c?ds=sidebyside diff --git a/util.c b/util.c index cb4f2aaa..5746b094 100644 --- a/util.c +++ b/util.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.106 2006-02-08 01:38:16 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.107 2006-02-08 16:18:56 hannes Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -545,5 +545,5 @@ safeputchar(int c) if (ch < 0x80 && isprint(ch)) printf("%c", ch); else - printf("\\0x%02x ", ch); + printf("\\0x%02x", ch); }