aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-06-26 20:39:21 +0000
committerGuy Harris <guy@alum.mit.edu>2005-06-26 20:39:21 +0000
commitb50dd72e2ae62d7dfcd26126facc153ddf64bb51 (patch)
tree6f45f289e56a6154c0174bac1edd313a94080f50 /epan
parentab797734ddebd50f40deae437f27392ca4651c92 (diff)
More constification.
svn path=/trunk/; revision=14787
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-slsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-slsk.c b/epan/dissectors/packet-slsk.c
index ef062880bc..b9864a8a82 100644
--- a/epan/dissectors/packet-slsk.c
+++ b/epan/dissectors/packet-slsk.c
@@ -308,7 +308,7 @@ static void dissect_slsk_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree
int offset, i, j;
guint32 msg_len, msg_code;
- gchar *message_type;
+ const gchar *message_type;
guint8 *str;
int comprlen = 0;