From ef91422e90313f546fcdf3c491f8beba1d854aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 22 Aug 2014 10:09:58 +0200 Subject: [PATCH] Eo: add missing field initializer --- src/lib/eo/Eo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index eaf673eb14..30ae45ea50 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -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, \