emile: fix typo.

This commit is contained in:
Cedric BAIL 2015-04-25 19:08:36 +02:00
parent 5010daa31e
commit 5d59a403cd
1 changed files with 1 additions and 1 deletions

View File

@ -1698,7 +1698,7 @@ _emile_jpeg_data(Emile_Image *image,
ie_h = prop->h;
}
if (opt && ((opts->region.w > 0) && (opts->region.h > 0)))
if (opts && ((opts->region.w > 0) && (opts->region.h > 0)))
{
region = 1;