summaryrefslogtreecommitdiff
path: root/print-l2tp.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-01-04 13:26:39 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-01-04 13:26:39 +0100
commitff1c209392b2226b1f434b0fb2e54f82cfa1caee (patch)
tree3e24ecfe86fd3e942545228feabd3bc75dd4ac98 /print-l2tp.c
parent4a28df231d469d78763dfaab9ee9ad4d0a73fca1 (diff)
downloadtcpdump-ff1c209392b2226b1f434b0fb2e54f82cfa1caee.tar.gz
Fix some Coccinelle warnings "a \ character appears outside of a #define"
Diffstat (limited to 'print-l2tp.c')
-rw-r--r--print-l2tp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/print-l2tp.c b/print-l2tp.c
index d900caa3..e45520a3 100644
--- a/print-l2tp.c
+++ b/print-l2tp.c
@@ -231,9 +231,9 @@ static char *l2tp_result_code_CDN[] = {
"Call disconnected due to loss of carrier",
"Call disconnected for the reason indicated in error code",
"Call disconnected for administrative reasons",
- "Call failed due to lack of appropriate facilities being " \
+ "Call failed due to lack of appropriate facilities being "
"available (temporary condition)",
- "Call failed due to lack of appropriate facilities being " \
+ "Call failed due to lack of appropriate facilities being "
"available (permanent condition)",
"Invalid destination",
"Call failed due to no carrier detected",
@@ -250,7 +250,7 @@ static char *l2tp_error_code_general[] = {
"No general error",
"No control connection exists yet for this LAC-LNS pair",
"Length is wrong",
- "One of the field values was out of range or " \
+ "One of the field values was out of range or "
"reserved field was non-zero"
"Insufficient resources to handle this operation now",
"The Session ID is invalid in this context",