]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lmp.c
Fix spaces
[tcpdump] / print-lmp.c
index 381255ecbdb5dfce0b01ac568238e7ea7931ded4..6b28544c8ff866b7c131711ffa8ede4438945cba 100644 (file)
@@ -31,7 +31,6 @@
 #include "addrtoname.h"
 #include "gmpls.h"
 
-static const char tstr[] = " [|lmp]";
 
 /*
  * LMP common header
@@ -1134,5 +1133,5 @@ lmp_print(netdissect_options *ndo,
     }
     return;
 trunc:
-    ND_PRINT("%s", tstr);
+    nd_print_trunc(ndo);
 }