* expedite: Make benchmark run again on MacOsX.

Note: Quartz and MacOsX really need some love, perf are not well.


SVN revision: 43184
This commit is contained in:
Cedric BAIL 2009-10-21 14:54:22 +00:00
parent 8a9535ab86
commit c3cd9c3474
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ engine_quartz_args(int argc, char **argv)
if (!evas_engine_info_set(evas, (Evas_Engine_Info *) einfo))
{
printf("Evas can not setup the informations of the Quartz Engine\n");
goto destroy_window;
exit(-1);
}
return 1;