270/90 = 3

This commit is contained in:
Daniel 2011-09-14 19:28:44 +02:00
parent 78f48fe68d
commit 82df0b34e9
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void exif_auto_orientate(const fileinfo_t *file) {
break;
case 8:
imlib_image_orientate(270);
imlib_image_orientate(3);
break;
}
}