projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5010daa
)
emile: fix typo.
author
Cedric BAIL
<cedric@osg.samsung.com>
Sat, 25 Apr 2015 17:08:36 +0000
(19:08 +0200)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Sat, 25 Apr 2015 17:08:36 +0000
(19:08 +0200)
src/lib/emile/emile_image.c
patch
|
blob
|
history
diff --git
a/src/lib/emile/emile_image.c
b/src/lib/emile/emile_image.c
index b2bed696314f0d41c0df9f117a77cc1ccccc89a6..c5eb1f3461fa4cf20c3030a8fcd6ea4cd940bf25 100644
(file)
--- a/
src/lib/emile/emile_image.c
+++ b/
src/lib/emile/emile_image.c
@@
-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 (opt
s
&& ((opts->region.w > 0) && (opts->region.h > 0)))
{
region = 1;