set the size of the test images explicitely

SVN revision: 44536
This commit is contained in:
Vincent Torri 2009-12-18 09:32:51 +00:00
parent 5b9e0b0ead
commit fe0f51ab21
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {