X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/bde4555f67e9fb5d6ace9498f18ecd6563a72035..refs/pull/1034/head:/print-zephyr.c diff --git a/print-zephyr.c b/print-zephyr.c index b3d897e0..11e1e593 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -140,8 +140,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)