]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-calm-fast.c
Fix spaces
[tcpdump] / print-calm-fast.c
index d516cdffbb71decc540ee32d7318fac209407d79..45bb5cc781828a775e46651113b161ce3a6a7d8b 100644 (file)
@@ -64,14 +64,6 @@ calm_fast_print(netdissect_options *ndo, const u_char *bp, u_int length, const s
        return;
 
 trunc:
-       ND_PRINT("[|calm fast]");
+       nd_print_trunc(ndo);
        return;
 }
-
-
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 8
- * End:
- */