diff options
Diffstat (limited to 'image.c')
-rw-r--r-- | image.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ void exif_auto_orientate(const fileinfo_t *file) { break; case 8: - imlib_image_orientate(270); + imlib_image_orientate(3); break; } } |