aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_bcch.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-04-13 20:22:31 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-04-13 20:22:31 +0000
commit8a1dc57c031880fa47475539ce961df5e658aee1 (patch)
treed7fda2fde39fe510c04d5003b8b6780008472a2a /epan/dissectors/packet-gmr1_bcch.c
parent8fd3fcfd7879b6297f5cf622e4651cb34e658f54 (diff)
Remove doubled semicolons and semicolons outside function.
svn path=/trunk/; revision=42053
Diffstat (limited to 'epan/dissectors/packet-gmr1_bcch.c')
-rw-r--r--epan/dissectors/packet-gmr1_bcch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gmr1_bcch.c b/epan/dissectors/packet-gmr1_bcch.c
index 3de2a4d374..4896acb5cf 100644
--- a/epan/dissectors/packet-gmr1_bcch.c
+++ b/epan/dissectors/packet-gmr1_bcch.c
@@ -855,7 +855,7 @@ CSN_DESCR_BEGIN(SI1_Block_Header_t)
M_UINT (SI1_Block_Header_t, Block_Type, 1, &hf_si_block_type),
M_UINT (SI1_Block_Header_t, Randomization_Period, 2, &hf_si1_randomization_period),
M_UINT (SI1_Block_Header_t, Spare, 1, &hf_si_spare),
-CSN_DESCR_END (SI1_Block_Header_t);
+CSN_DESCR_END (SI1_Block_Header_t)
static const
CSN_ChoiceElement_t SI1_SegmentChoice[] =
@@ -899,7 +899,7 @@ CSN_DESCR_BEGIN(SI2_Block_Header_t)
M_UINT (SI2_Block_Header_t, Protocol_Version, 4, &hf_si_protocol_version),
M_UINT (SI2_Block_Header_t, Block_Type, 1, &hf_si_block_type),
M_UINT (SI2_Block_Header_t, Spare, 3, &hf_si_spare),
-CSN_DESCR_END (SI2_Block_Header_t);
+CSN_DESCR_END (SI2_Block_Header_t)
static const
CSN_ChoiceElement_t SI2_SegmentChoice[] =