aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/wlan_stat_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/wlan_stat_dlg.c')
-rw-r--r--ui/gtk/wlan_stat_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/wlan_stat_dlg.c b/ui/gtk/wlan_stat_dlg.c
index f328e6dd45..4b9c59d410 100644
--- a/ui/gtk/wlan_stat_dlg.c
+++ b/ui/gtk/wlan_stat_dlg.c
@@ -1962,7 +1962,7 @@ wlanstat_launch (GtkAction *action _U_, gpointer user_data _U_)
void
register_tap_listener_wlanstat (void)
{
- static const char src[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
+ static const unsigned char src[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
SET_ADDRESS(&broadcast, AT_ETHER, 6, src);
}