aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-04-30 05:25:52 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-04-30 05:25:52 +0000
commit87f79212c76723847d3ffead579422a65b6f7cc9 (patch)
tree946fe1cb402d4b6c0afc462d0d5864cc0ec13550
parent83bf0c871966c739971bd489d211de9c9880e735 (diff)
MVSC warning removed
svn path=/trunk/; revision=10737
-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 */