Eo: add missing field initializer

This commit is contained in:
Jérémy Zurcher 2014-08-22 10:09:58 +02:00
parent 68020daf19
commit ef91422e90
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@ struct _Eo_Callback_Array_Item
{ \
static Eo_Callback_Array_Item internal[sizeof ((Eo_Callback_Array_Item[]) { __VA_ARGS__ }) / \
sizeof (Eo_Callback_Array_Item) + \
1] = { { 0 } }; \
1] = { { 0, 0 } }; \
if (internal[0].desc == NULL) \
{ \
memcpy(internal, \