elementary: typo

SVN revision: 64695
This commit is contained in:
Michael BOUCHAUD 2011-11-03 13:26:55 +00:00
parent 2b318103ae
commit 1397db8791
1 changed files with 1 additions and 1 deletions

View File

@ -1227,7 +1227,7 @@ elm_photocam_zoom_set(Evas_Object *obj, double zoom)
if ((wd->size.imw < 1) || (wd->size.imh < 1))
{
wd->size.nw = 0;
wd->size.nw = 0;
wd->size.nh = 0;
}
else
{