SVN revision: 37914
This commit is contained in:
Vincent Torri 2008-12-03 17:58:26 +00:00
parent ef7cd1e966
commit 1457850b4f
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ _evas_object_box_option_new_default(Evas_Object *o, Evas_Object_Box_Data *priv,
{
Evas_Object_Box_Option *opt;
opt = malloc(sizeof(*opt));
opt = (Evas_Object_Box_Option *)malloc(sizeof(*opt));
if (!opt)
return NULL;