aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-30 05:25:52 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-30 05:25:52 +0000
commitb58b62b61e52d450775e10b2f084b02c4466feca (patch)
tree946fe1cb402d4b6c0afc462d0d5864cc0ec13550
parent8e6bd5047a35ffdfc89e3ff631d525f7eb4f73eb (diff)
MVSC warning removed
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10737 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--gtk/layout_prefs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/layout_prefs.c b/gtk/layout_prefs.c
index c915dd03bd..27a78124c6 100644
--- a/gtk/layout_prefs.c
+++ b/gtk/layout_prefs.c
@@ -1,7 +1,7 @@
/* layout_prefs.c
* Dialog box for layout preferences
*
- * $Id: layout_prefs.c,v 1.3 2004/04/30 00:40:45 guy Exp $
+ * $Id: layout_prefs.c,v 1.4 2004/04/30 05:25:52 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -286,7 +286,7 @@ layout_prefs_show(void)
icon_layout_4_xpm, icon_layout_3_xpm, icon_layout_6_xpm };
GtkWidget ** layout_type_buttons = g_malloc (sizeof(GtkWidget*) * LAYOUT_QTY);
- guint i;
+ gint i;
/* main vertical box */