aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x29.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-x29.c')
-rw-r--r--epan/dissectors/packet-x29.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x29.c b/epan/dissectors/packet-x29.c
index b86605617c..135c1c57ee 100644
--- a/epan/dissectors/packet-x29.c
+++ b/epan/dissectors/packet-x29.c
@@ -79,7 +79,7 @@ dissect_x29(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
int offset = 0;
proto_tree *x29_tree = NULL;
proto_item *ti;
- gboolean *q_bit_set = pinfo->private_data;
+ gboolean *q_bit_set = (gboolean *)pinfo->private_data;
guint8 msg_code;
guint8 error_type;
guint8 type_ref;