More constification.

svn path=/trunk/; revision=14787
This commit is contained in:
Guy Harris 2005-06-26 20:39:21 +00:00
parent ab797734dd
commit b50dd72e2a
1 changed files with 1 additions and 1 deletions

View File

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