ecore_evas_convert: Fix useless clang warning
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Apr 2015 10:44:47 +0000 (19:44 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Apr 2015 11:11:02 +0000 (20:11 +0900)
src/bin/ecore_evas/ecore_evas_convert.c

index d23d357..654668d 100644 (file)
@@ -97,7 +97,7 @@ main(int argc, char *argv[])
    Eina_Bool compress = 1;
    Eina_Bool quit_option = EINA_FALSE;
    Eina_Strbuf *flags = NULL;
-   struct Save_Job job = {0};
+   struct Save_Job job = { NULL, NULL, NULL, NULL, 0, 0 };
 
    Ecore_Getopt_Value values[] = {
      ECORE_GETOPT_VALUE_INT(quality),