From 1fcd9eb1a3d68a1a1f18d7327eda3decb8f545ec Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 19 Sep 2013 18:54:34 +0100 Subject: test/flexy-grid: Initialize counter [endlessm/eos-sdk#1015] --- test/flexy-grid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/flexy-grid.c b/test/flexy-grid.c index c16aa8a..2008af4 100644 --- a/test/flexy-grid.c +++ b/test/flexy-grid.c @@ -81,7 +81,7 @@ main (int argc, char *argv[]) gtk_container_add (GTK_CONTAINER (scroll), grid); gtk_widget_show (grid); - for (guint i; i < 8; i++) + for (guint i = 0; i < 8; i++) { GtkWidget *cell = eos_flexy_grid_cell_new (); eos_flexy_grid_cell_set_shape (EOS_FLEXY_GRID_CELL (cell), shapes[i]); -- cgit v1.2.3