From 11c21e2cb333393376c59bf2db335c9b7e71336c Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 25 May 2011 11:56:13 +0000 Subject: [PATCH] aaah fix brackets i just unfixed. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59667 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/canvas/evas_object_table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/canvas/evas_object_table.c b/src/lib/canvas/evas_object_table.c index 0c10d57..6437b1f 100644 --- a/src/lib/canvas/evas_object_table.c +++ b/src/lib/canvas/evas_object_table.c @@ -161,7 +161,7 @@ _evas_object_table_cache_alloc(int cols, int rows) int size; size = (sizeof(Evas_Object_Table_Cache) + - ((cols + rows) * (sizeof(Eina_Bool)) + sizeof(Evas_Coord))); + ((cols + rows) * (sizeof(Eina_Bool) + sizeof(Evas_Coord)))); cache = malloc(size); if (!cache) { @@ -621,7 +621,7 @@ _evas_object_table_calculate_hints_regular(Evas_Object *o, Evas_Object_Table_Dat ((opt->max.h < 0) || ((opt->max.h > -1) && (opt->min.h < opt->max.h)))) opt->expand_v = 1; - + opt->fill_h = 0; if (opt->align.h < 0.0) { -- 2.7.4