eolian: silence uninitialized var in goto end branch

This commit is contained in:
Jérémy Zurcher 2014-09-23 10:56:57 +02:00
parent b3ffe9229a
commit cbcb8e29ec
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ Eina_Bool
eo_source_generate(const Eolian_Class *class, Eina_Strbuf *buf) eo_source_generate(const Eolian_Class *class, Eina_Strbuf *buf)
{ {
Eina_Bool ret = EINA_FALSE; Eina_Bool ret = EINA_FALSE;
Eina_Iterator *itr; Eina_Iterator *itr = NULL;
Eina_Strbuf *str_bodyf = eina_strbuf_new(); Eina_Strbuf *str_bodyf = eina_strbuf_new();