Remove useless backslash before single-quotes from a string (style)

[skip ci]
This commit is contained in:
Francois-Xavier Le Bail 2023-11-09 21:14:32 +01:00
parent 6883ca65be
commit 627a68298c

View File

@ -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);