aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cast.c')
-rw-r--r--epan/dissectors/packet-cast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cast.c b/epan/dissectors/packet-cast.c
index d58fc7a0ab..ab2201ff38 100644
--- a/epan/dissectors/packet-cast.c
+++ b/epan/dissectors/packet-cast.c
@@ -402,7 +402,7 @@ static void dissect_cast_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree
guint32 hdr_data_length;
guint32 hdr_marker;
guint32 data_messageid;
- gchar *messageid_str;
+ const gchar *messageid_str;
/* guint32 data_size; */
guint i = 0;