emile: fix typo.
authorCedric BAIL <cedric@osg.samsung.com>
Sat, 25 Apr 2015 17:08:36 +0000 (19:08 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Sat, 25 Apr 2015 17:08:36 +0000 (19:08 +0200)
src/lib/emile/emile_image.c

index b2bed696314f0d41c0df9f117a77cc1ccccc89a6..c5eb1f3461fa4cf20c3030a8fcd6ea4cd940bf25 100644 (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;