aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/capture_if_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_if_dlg.c b/gtk/capture_if_dlg.c
index a0f7d387e4..4b56402d14 100644
--- a/gtk/capture_if_dlg.c
+++ b/gtk/capture_if_dlg.c
@@ -357,7 +357,7 @@ gint if_list_comparator_alph (const void *first_arg, const void *second_arg){
/*
* Used to retrieve the interface icon
*/
-GtkWidget * capture_get_if_icon(const gchar* name)
+GtkWidget * capture_get_if_icon(const gchar* name _U_)
{
#ifdef _WIN32
if ( strstr(name,"generic dialup") != NULL) {