[example][evas] add error message, you cannot use this example without the image.

This commit is contained in:
Shinwoo Kim 2014-10-21 02:12:25 +09:00
parent 1307410bf4
commit ed90b79dbb
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ main(void)
err = evas_object_image_load_error_get(d.img);
if (err != EVAS_LOAD_ERROR_NONE)
{
fprintf(stderr, "ERROR: Image loading failed! Aborting.\n");
goto panic;
}
else