aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-03-23 18:04:41 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-08-12 01:14:26 +0700
commitdbf18e1de11b7fbc66af1b45a01fcf0ee4638695 (patch)
tree22a5000aefe3fca019059c9ecaab5b55e3db7752
parentcc57beb304cc08a59d01ca3c4513493e56f3003e (diff)
GSM BSSMAP LE: cosmetic: fix inconsistent spacing in bssmap_le_elem_fcn[]
-rw-r--r--epan/dissectors/packet-gsm_bssmap_le.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_bssmap_le.c b/epan/dissectors/packet-gsm_bssmap_le.c
index fbfc7690fc..1a11011eb3 100644
--- a/epan/dissectors/packet-gsm_bssmap_le.c
+++ b/epan/dissectors/packet-gsm_bssmap_le.c
@@ -783,7 +783,7 @@ guint16 (*bssmap_le_elem_fcn[])(tvbuff_t *tvb, proto_tree *tree, packet_info *pi
/* NOTE: The null types below are defined elsewhere. i.e in packet-gsm_a_bssmap.c */
de_bmaple_lcs_qos, /* 10.16 LCS QoS */
NULL, /* LCS Priority */
- de_bmaple_location_type, /* 10.18 Location Type */
+ de_bmaple_location_type, /* 10.18 Location Type */
be_ganss_loc_type, /* GANSS Location Type */
NULL, /* 10.9 Geographic Location */
de_bmaple_pos_dta, /* 10.20 Positioning Data */