From 8bd85a201e3942560e920aaa6399016167daf544 Mon Sep 17 00:00:00 2001 From: caro Date: Fri, 18 Dec 2009 09:32:51 +0000 Subject: [PATCH] set the size of the test images explicitely git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@44536 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/tests/eet_suite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/eet_suite.c b/src/tests/eet_suite.c index e545eab..4699d2b 100644 --- a/src/tests/eet_suite.c +++ b/src/tests/eet_suite.c @@ -73,7 +73,7 @@ struct _Eet_Test_Image unsigned int w; unsigned int h; int alpha; - unsigned int color[]; + unsigned int color[64]; }; static const Eet_Test_Image test_noalpha = { -- 2.7.4