aboutsummaryrefslogtreecommitdiffstats
path: root/tap-megaco-common.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-02 00:06:20 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-02 00:06:20 +0000
commitd4caaf816a35c8c86529032ef43ccd10633cfe7d (patch)
treea75c8dc7053d87c86d381126aceea03ef3aad46c /tap-megaco-common.c
parentc7a31ce384e12d55f0decbcdaefe6ba3776c0d4c (diff)
Squelch some compiler warnings, clean up indentation, clean up a
comment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32076 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-megaco-common.c')
-rw-r--r--tap-megaco-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-megaco-common.c b/tap-megaco-common.c
index a6aa587436..882ecba0d7 100644
--- a/tap-megaco-common.c
+++ b/tap-megaco-common.c
@@ -112,7 +112,7 @@ int
megacostat_packet(void *pms, packet_info *pinfo, epan_dissect_t *edt _U_, const void *pmi)
{
megacostat_t *ms=(megacostat_t *)pms;
- const gcp_cmd_t *mi=(gcp_cmd_t*)pmi;
+ const gcp_cmd_t *mi=(const gcp_cmd_t*)pmi;
nstime_t delta;
int ret = 0;