X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/11d3a01319e295dcabfb2647302d278938449226..c7b0738460b08e63a1bd15c88ef1f9599cd71a08:/print-sctp.c diff --git a/print-sctp.c b/print-sctp.c index 70738e66..f625dce6 100644 --- a/print-sctp.c +++ b/print-sctp.c @@ -693,7 +693,7 @@ void sctp_print(netdissect_options *ndo, sctpPacketLengthRemaining -= sizeof(*init); chunkLengthRemaining -= sizeof(*init); -#if(0) /* ALC you can add code for optional params here */ +#if 0 /* ALC you can add code for optional params here */ if( chunkLengthRemaining != 0 ) ND_PRINT((ndo, " @@@@@ UNFINISHED @@@@@@%s\n", "Optional params present, but not printed.")); @@ -721,7 +721,7 @@ void sctp_print(netdissect_options *ndo, sctpPacketLengthRemaining -= sizeof(*init); chunkLengthRemaining -= sizeof(*init); -#if(0) /* ALC you can add code for optional params here */ +#if 0 /* ALC you can add code for optional params here */ if( chunkLengthRemaining != 0 ) ND_PRINT((ndo, " @@@@@ UNFINISHED @@@@@@%s\n", "Optional params present, but not printed."));