aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-remunkn.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-26 08:01:16 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-26 08:01:16 +0000
commit130b8ee9917590197fe5a77a181ad36e0b6620c9 (patch)
tree0bdf411fd24930617ec62293a2c341905eaf7ad9 /epan/dissectors/packet-dcom-remunkn.c
parente8d83a1b97da742da23ec85b4d631ca6aeba3f48 (diff)
char -> const char warning fixes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15079 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcom-remunkn.c')
-rw-r--r--epan/dissectors/packet-dcom-remunkn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcom-remunkn.c b/epan/dissectors/packet-dcom-remunkn.c
index 51c34ae8cf..798e9ab243 100644
--- a/epan/dissectors/packet-dcom-remunkn.c
+++ b/epan/dissectors/packet-dcom-remunkn.c
@@ -188,7 +188,7 @@ dissect_remunk_remrelease_rqst(tvbuff_t *tvb, int offset,
e_uuid_t ipid;
guint32 u32PublicRefs;
guint32 u32PrivateRefs;
- gchar *pszFormat;
+ const gchar *pszFormat;
proto_item *sub_item;
proto_tree *sub_tree;
guint32 u32SubStart;