X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ba8936b39b0ce2ff02f3aeb307df4c27657652d8..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/print-udld.c diff --git a/print-udld.c b/print-udld.c index b97e0b3a..224d4825 100644 --- a/print-udld.c +++ b/print-udld.c @@ -93,7 +93,7 @@ static const struct tok udld_flags_values[] = { #define UDLD_EXTRACT_OPCODE(x) ((x)&0x1f) void -udld_print (netdissect_options *ndo, const u_char *pptr, u_int length) +udld_print(netdissect_options *ndo, const u_char *pptr, u_int length) { int code, type, len; const u_char *tptr;