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>
This commit is contained in:
Pascal Quantin 2014-06-06 15:19:37 +02:00
parent 65abca673f
commit 38fc8ba5aa
1 changed files with 1 additions and 1 deletions

View File

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