shot - add {} around subobj to fix warning

This commit is contained in:
Carsten Haitzler 2020-01-15 17:13:40 +01:00
parent e122b2855f
commit 628736a4a3
1 changed files with 1 additions and 1 deletions

View File

@ -1625,7 +1625,7 @@ typedef struct
} Tool_Info;
static int _tool_info_count = 0;
static Tool_Info tool_info[100] = { 0 };
static Tool_Info tool_info[100] = { { 0 } };
static void
_cb_tool_changed(void *data EINA_UNUSED, Evas_Object *obj, void *info EINA_UNUSED)