aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-18 21:41:40 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-18 21:41:40 +0000
commit74777083d35400bb6ca9fff58ea3e0d53f24671d (patch)
tree32ae2267a8133abe304049709bfea28f95b428e1 /gtk/prefs_dlg.c
parent567ee3e08380fca08b272aae2932062148de7804 (diff)
Fix a number of problems that caused compiles to fail if
PLUGINS_NEED_ADDRESS_TABLE was defined. svn path=/trunk/; revision=2662
Diffstat (limited to 'gtk/prefs_dlg.c')
-rw-r--r--gtk/prefs_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c
index 804126973a..d204be4741 100644
--- a/gtk/prefs_dlg.c
+++ b/gtk/prefs_dlg.c
@@ -1,7 +1,7 @@
/* prefs_dlg.c
* Routines for handling preferences
*
- * $Id: prefs_dlg.c,v 1.22 2000/08/23 06:56:11 guy Exp $
+ * $Id: prefs_dlg.c,v 1.23 2000/11/18 21:41:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -107,7 +107,7 @@ pref_show(pref_t *pref, gpointer user_data)
GtkWidget *label, *menu, *menu_item, *widget, *button;
GSList *rb_group;
char uint_str[10+1];
- const enum_val *enum_valp;
+ const enum_val_t *enum_valp;
int menu_index, index;
/* Give this preference a label which is its title, followed by a colon,