aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-20 19:20:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-20 19:20:49 +0000
commit5f23669cb4edb85252c8c1db3a00d6ccfb41ea3a (patch)
treefe0f9da3a6db2bd28a6381cda4e21243ee05d40b /epan/dissectors/packet-k12.c
parent0b22eb47153f4739e92248e3c880f61b8f147beb (diff)
More constification to fix warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28096 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-k12.c')
-rw-r--r--epan/dissectors/packet-k12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-k12.c b/epan/dissectors/packet-k12.c
index ca53bd2c0e..fec2898842 100644
--- a/epan/dissectors/packet-k12.c
+++ b/epan/dissectors/packet-k12.c
@@ -362,7 +362,7 @@ k12_free_cb(void* r)
static gboolean
-protos_chk_cb(void* r _U_, const char* p, unsigned len, void* u1 _U_, void* u2 _U_, const char** err)
+protos_chk_cb(void* r _U_, const char* p, unsigned len, const void* u1 _U_, const void* u2 _U_, const char** err)
{
gchar** protos;
gchar* line = ep_strndup(p,len);