summaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
authorDaniel <quite@hack.org>2011-09-14 19:28:44 +0200
committerDaniel <quite@hack.org>2011-09-14 19:28:44 +0200
commit82df0b34e96f2b9eec87a4c8e7a47ff86aedc580 (patch)
tree4674e2e3588e7234770075b89ecfb48e73737039 /image.c
parent78f48fe68d9614bb3f85657c84b64c07b4fa70ee (diff)
downloadnsxiv-82df0b34e96f2b9eec87a4c8e7a47ff86aedc580.tar.zst
270/90 = 3
Diffstat (limited to 'image.c')
-rw-r--r--image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.c b/image.c
index ea0e272..fa2bb31 100644
--- a/image.c
+++ b/image.c
@@ -110,7 +110,7 @@ void exif_auto_orientate(const fileinfo_t *file) {
break;
case 8:
- imlib_image_orientate(270);
+ imlib_image_orientate(3);
break;
}
}