X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2a5871458dbb993c2c840fad38744d70ea32a7e4..a78e6721a3276a9047eae22ca35554adb3dc23bb:/print-zephyr.c?ds=sidebyside diff --git a/print-zephyr.c b/print-zephyr.c index b3d897e0..796f4e93 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -22,9 +22,7 @@ /* \summary: Zephyr printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -140,8 +138,7 @@ str_to_lower(const char *string) } #define ZEPHYR_PRINT(str1,str2) \ -ND_PRINT("%s", str1); \ -fn_print_str(ndo, (const u_char *)str2); +{ ND_PRINT("%s", (str1)); fn_print_str(ndo, (const u_char *)(str2)); } void zephyr_print(netdissect_options *ndo, const u_char *cp, u_int length)