aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asterix.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2020-05-04 12:45:01 +0000
committerAnders Broman <a.broman58@gmail.com>2020-05-04 18:00:16 +0000
commitea2c7adb2235f9d20f3182a630529ad9c4fed38d (patch)
treece0d6eced37412c0d1f6530f26866db680bedd45 /epan/dissectors/packet-asterix.c
parentc143dfa5446a08fb5fe00202bb80a94bf0cb14a7 (diff)
asterix: fix extra semi
Change-Id: Id8fe27868722854732bd4f53190f4115bfcb53b0 Reviewed-on: https://code.wireshark.org/review/37093 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-asterix.c')
-rw-r--r--epan/dissectors/packet-asterix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c
index 3eb18453bd..6b25c9379d 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -460,7 +460,7 @@ static gint hf_011_015 = -1;
static gint hf_011_015_SI = -1;
static gint hf_011_041 = -1;
static gint hf_011_041_LAT = -1;
-static gint hf_011_041_LON = -1;;
+static gint hf_011_041_LON = -1;
static gint hf_011_042 = -1;
static gint hf_011_042_X = -1;
static gint hf_011_042_Y = -1;