mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 03:53:53 +08:00
Remove useless backslash before single-quotes from a string (style)
[skip ci]
This commit is contained in:
parent
6883ca65be
commit
627a68298c
@ -1098,7 +1098,7 @@ lldp_private_tia_print(netdissect_options *ndo,
|
||||
tptr += 2;
|
||||
lci_len -= 2;
|
||||
|
||||
ND_PRINT("\n\t CA type \'%s\' (%u), length %u: ",
|
||||
ND_PRINT("\n\t CA type '%s' (%u), length %u: ",
|
||||
tok2str(lldp_tia_location_lci_catype_values, "unknown", ca_type),
|
||||
ca_type, ca_len);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user