Silence warning: missing braces around initializer
authorretro-wertz <retro-wertz@users.noreply.github.com>
Fri, 2 Aug 2019 11:06:03 +0000 (19:06 +0800)
committerretro-wertz <retro-wertz@users.noreply.github.com>
Fri, 2 Aug 2019 11:06:03 +0000 (19:06 +0800)
frontend/libretro_core_options.h

index bdc214f..6513e1c 100644 (file)
@@ -663,7 +663,7 @@ struct retro_core_option_definition option_defs_us[] = {
    },
 #endif /* DRC_DISABLE */
 
-   { NULL, NULL, NULL, { NULL, NULL }, NULL },
+   { NULL, NULL, NULL, { {0} }, NULL },
 };
 
 /* RETRO_LANGUAGE_JAPANESE */
@@ -1183,7 +1183,7 @@ struct retro_core_option_definition option_defs_tr[] = {
    },
 #endif /* DRC_DISABLE */
 
-   { NULL, NULL, NULL, { NULL, NULL }, NULL },
+   { NULL, NULL, NULL, { {0} }, NULL },
 };