evas: Fix cmopilation warning

Oops I forgot to add that to the previous commit!
This commit is contained in:
Jean-Philippe Andre 2017-07-19 14:01:07 +09:00
parent 45c8e5e983
commit b98bc51968
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ static const Evas_Object_Image_Load_Opts default_load_opts = {
};
static const Evas_Object_Image_Pixels default_pixels = {
NULL, { NULL, NULL }, { 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL }, ~0x0
NULL, { NULL, NULL }, NULL, { 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL }, ~0x0
};
static const Evas_Object_Image_State default_state = {