On Wed, Dec 3, 2008 at 3:59 PM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > add cast > > Author: caro > Date: 2008-12-03 09:59:39 -0800 (Wed, 03 Dec 2008) > New Revision: 37915 > > Modified: > trunk/evas/src/lib/canvas/evas_object_box.c > > Modified: trunk/evas/src/lib/canvas/evas_object_box.c > =================================================================== > --- trunk/evas/src/lib/canvas/evas_object_box.c 2008-12-03 17:58:26 UTC (rev > 37914) > +++ trunk/evas/src/lib/canvas/evas_object_box.c 2008-12-03 17:59:39 UTC (rev > 37915) > @@ -310,7 +310,7 @@ > const Evas_Smart *smart; > const Evas_Smart_Class *sc; > > - priv = calloc(1, sizeof(*priv)); > + priv = (Evas_Object_Box_Data *)calloc(1, sizeof(*priv));
This is C and not C++, this is not required. Please do not add these. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [EMAIL PROTECTED] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel