aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-06-06 15:19:37 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-06-06 13:30:21 +0000
commit38fc8ba5aa96dad0efac12c268438284cd5e9611 (patch)
treed2d34c0f6231f219e636cf4ea43eecda9d0554f3 /plugins
parent65abca673f16792ec1eb6f8173009db737e3a626 (diff)
WiMAX: fix incorrect type for include_cor2_changes variable
Issue found while playing with MSVC /GL option Change-Id: I1f734eb4054349c706b529d8080036b00e66397a Reviewed-on: https://code.wireshark.org/review/1998 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/msg_sbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_sbc.c b/plugins/wimax/msg_sbc.c
index b1bc981744..632ce64afd 100644
--- a/plugins/wimax/msg_sbc.c
+++ b/plugins/wimax/msg_sbc.c
@@ -44,7 +44,7 @@ void proto_reg_handoff_mac_mgmt_msg_sbc(void);
/* This is a global variable declared in mac_hd_generic_decoder.c, which determines whether
* or not cor2 changes are included */
-extern guint include_cor2_changes;
+extern gboolean include_cor2_changes;
static gint proto_mac_mgmt_msg_sbc_decoder = -1;
static gint ett_mac_mgmt_msg_sbc_decoder = -1;