]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove useless backslash before single-quotes from a string (style)
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 9 Nov 2023 20:14:32 +0000 (21:14 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 13 Nov 2023 10:11:20 +0000 (11:11 +0100)
[skip ci]

print-lldp.c

index 461b82f468177672b83bb519f9ab8faa98a3af40..2df9aca3ac21fa31e66249f8fa728c4e82b3bfdd 100644 (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);