asterix: fix extra semi

Change-Id: Id8fe27868722854732bd4f53190f4115bfcb53b0
Reviewed-on: https://code.wireshark.org/review/37093
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2020-05-04 12:45:01 +00:00 committed by Anders Broman
parent c143dfa544
commit ea2c7adb22
1 changed files with 1 additions and 1 deletions

View File

@ -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;