aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-csn1.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-03-26 19:27:43 +0100
committerGerald Combs <gerald@wireshark.org>2020-03-26 21:46:40 +0000
commit9d14dfb82f7cb1bc5e78f57fb4a8b10df646b1fe (patch)
tree9de2828b1efdea96a72a98b1119da90749a8fe81 /epan/dissectors/packet-csn1.c
parent9f1b91a4a0a53796d868a218b853dbf2ca5f33b8 (diff)
GSM RLC/MAC: Drop extra empty line
Change-Id: Ifcb2efb550e44cd7603a6cec28609c9179c3419e Reviewed-on: https://code.wireshark.org/review/36590 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/dissectors/packet-csn1.c')
-rw-r--r--epan/dissectors/packet-csn1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-csn1.c b/epan/dissectors/packet-csn1.c
index ded7357a78..ab6e655996 100644
--- a/epan/dissectors/packet-csn1.c
+++ b/epan/dissectors/packet-csn1.c
@@ -39,7 +39,6 @@ static expert_field ei_csn1_stream_not_supported = EI_INIT;
#define STANDARD_TAG 1
#define REVERSED_TAG 0
-
static const unsigned char ixBitsTab[] = {0, 1, 1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5};
static gint proto_csn1 = -1;