evas: as we do not use the size, we should set it either.

This commit is contained in:
Cedric Bail 2017-10-13 12:45:09 -07:00
parent 59b417c378
commit 352637d8b0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ struct ext_loader_s
};
#define MATCHING(Ext, Module) \
{ sizeof (Ext), Ext, Module }
{ Ext, Module }
/* The following list comes from evas_image_load.c
* TODO: Don't duplicate, reuse common functions