Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_prefix.c Log Message: Missing return value, is never checked. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_prefix.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- e_prefix.c 1 Aug 2005 09:12:03 -0000 1.5 +++ e_prefix.c 11 Aug 2005 04:33:46 -0000 1.6 @@ -159,6 +159,7 @@ printf("WARNING: Enlightenment could not determine its installed prefix\n" " and is falling back on the compiled in default:\n" " %s\n", _prefix_path); + return 1; } static int ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs