]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-msdp.c
Fix spaces
[tcpdump] / print-msdp.c
index bb3b95b89446c6dff5ecdeb2c17185b59ad565f6..004818362968745f10a9413967bf6a30268de461 100644 (file)
@@ -96,12 +96,5 @@ msdp_print(netdissect_options *ndo, const u_char *sp, u_int length)
        }
        return;
 trunc:
-       ND_PRINT(" [|msdp]");
+       nd_print_trunc(ndo);
 }
-
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 8
- * End:
- */