Skip to content

Commit 627a682

Browse files
committed
Remove useless backslash before single-quotes from a string (style)
[skip ci]
1 parent 6883ca6 commit 627a682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-lldp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ lldp_private_tia_print(netdissect_options *ndo,
10981098
tptr += 2;
10991099
lci_len -= 2;
11001100

1101-
ND_PRINT("\n\t CA type \'%s\' (%u), length %u: ",
1101+
ND_PRINT("\n\t CA type '%s' (%u), length %u: ",
11021102
tok2str(lldp_tia_location_lci_catype_values, "unknown", ca_type),
11031103
ca_type, ca_len);
11041104

0 commit comments

Comments
 (0)