evas: as we do not use the size, we should set it either.
authorCedric Bail <cedric@osg.samsung.com>
Fri, 13 Oct 2017 19:45:09 +0000 (12:45 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 13 Oct 2017 19:58:01 +0000 (12:58 -0700)
src/bin/evas/evas_cserve2_slave.c

index 0154297..c15c943 100644 (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