Eolian/Lexer: Fix warnings

This commit is contained in:
Daniel Zaoui 2014-03-16 15:58:14 +02:00
parent b467fa9cd6
commit a94ea3a8b2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ typedef struct _eo_ret_def
{
const char *type;
const char *comment;
const char *dflt_ret_val;
char *dflt_ret_val;
Eina_Bool warn_unused:1;
Eina_Bool own:1;
} Eo_Ret_Def;