aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-bootpstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli/tap-bootpstat.c')
-rw-r--r--ui/cli/tap-bootpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-bootpstat.c b/ui/cli/tap-bootpstat.c
index 00ffbbfff1..af1ed51f8a 100644
--- a/ui/cli/tap-bootpstat.c
+++ b/ui/cli/tap-bootpstat.c
@@ -123,7 +123,7 @@ dhcpstat_draw(void *psp)
printf("BOOTP Option 53: DHCP Messages Types:\n");
printf("DHCP Message Type Packets nb\n" );
g_hash_table_foreach( sp->hash, (GHFunc) dhcp_draw_message_type,
- "%23s %-9d\n" );
+ (gpointer)"%23s %-9d\n" );
printf("===================================================================\n");
}