aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/hostlist_fc.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-09 20:15:47 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-09 20:15:47 +0000
commit3ae2e5ece2d10ec6efedee69a455b0d7851755f6 (patch)
tree131887c2cae092d5fcc52efb0fddd434bd38c533 /ui/gtk/hostlist_fc.c
parent8aebe159657d9df2b1688b0e4cf5d5b75c6d30f7 (diff)
Fix warnings
svn path=/trunk/; revision=53885
Diffstat (limited to 'ui/gtk/hostlist_fc.c')
-rw-r--r--ui/gtk/hostlist_fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/hostlist_fc.c b/ui/gtk/hostlist_fc.c
index 8db5fc4173..2add39d5dc 100644
--- a/ui/gtk/hostlist_fc.c
+++ b/ui/gtk/hostlist_fc.c
@@ -45,7 +45,7 @@ static int
fc_hostlist_packet(void *pit, packet_info *pinfo, epan_dissect_t *edt _U_, const void *vip)
{
hostlist_table *hosts=(hostlist_table *)pit;
- const fc_hdr *fchdr=(fc_hdr *)vip;
+ const fc_hdr *fchdr=(const fc_hdr *)vip;
/* Take two "add" passes per packet, adding for each direction, ensures that all
packets are counted properly (even if address is sending to itself)