copy/paste error

SVN revision: 39678
This commit is contained in:
Vincent Torri 2009-03-24 11:52:11 +00:00
parent 0f6c7f1ede
commit 69c4c4d43e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ engine_gl_x11_args(int argc, char **argv)
if (!evas_engine_info_set(evas, (Evas_Engine_Info *) einfo))
{
printf("Evas can not setup the informations of the OpenGL X11 Engine\n");
goto destroy_window;
return 0;
}
XStoreName(disp, win, "Expedite - Evas Test Suite");