Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_ilist.c Log Message: Fix compiler warnings. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_ilist.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- e_ilist.c 9 Jan 2007 02:29:51 -0000 1.29 +++ e_ilist.c 12 Jan 2007 13:00:29 -0000 1.30 @@ -460,7 +460,7 @@ EAPI Evas_List * e_ilist_items_get(Evas_Object *obj) { - API_ENTRY return; + API_ENTRY return NULL; return sd->items; } @@ -502,7 +502,6 @@ e_ilist_range_select(Evas_Object *obj, int n) { E_Ilist_Item *si; - Evas_List *l; int i, j, dir; API_ENTRY return; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs