aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-wspstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli/tap-wspstat.c')
-rw-r--r--ui/cli/tap-wspstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-wspstat.c b/ui/cli/tap-wspstat.c
index 80d020efcb..a3a3a42057 100644
--- a/ui/cli/tap-wspstat.c
+++ b/ui/cli/tap-wspstat.c
@@ -134,7 +134,7 @@ wspstat_packet(void *psp, packet_info *pinfo _U_, epan_dissect_t *edt _U_, const
gint *key=g_new(gint,1);
wsp_status_code_t *sc;
*key=value->status_code ;
- sc = g_hash_table_lookup(
+ sc = (wsp_status_code_t *)g_hash_table_lookup(
sp->hash,
key);
if (!sc) {