From 38fc8ba5aa96dad0efac12c268438284cd5e9611 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 6 Jun 2014 15:19:37 +0200 Subject: 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 --- plugins/wimax/msg_sbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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; -- cgit v1.2.3