Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/conf_applications Modified Files: e_int_config_apps.c Log Message: Initialize the return val to 0 to eliminate compiler warning. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/conf_applications/e_int_config_apps.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_int_config_apps.c 26 Jul 2007 11:27:02 -0000 1.4 +++ e_int_config_apps.c 23 Aug 2007 10:48:29 -0000 1.5 @@ -333,7 +333,7 @@ static int _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) { - int ret; + int ret = 0; char *ext; if (!cfdata->apps || !cfdata->once || !cfdata->once->filename) return 1; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs