aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorJoakim Verona2013-08-16 07:26:31 +0200
committerJoakim Verona2013-08-16 07:26:31 +0200
commit55dff340dfea1812fb55d27428ae708f094cb7a2 (patch)
treed9d2e8615704ed0930c154dc60466693ad4d8955 /src/image.c
parent6d2a4fc753d8533b4124fe59432bf4991c1db6b7 (diff)
parent526e5233cc0e2375798bdc79329a893302fdfb4b (diff)
downloademacs-55dff340dfea1812fb55d27428ae708f094cb7a2.tar.gz
emacs-55dff340dfea1812fb55d27428ae708f094cb7a2.zip
merge from trunk
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 41c991f09c6..6dc997aa4d0 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7934,7 +7934,7 @@ imagemagick_compute_animated_image (MagickWand *super_wand, int ino)
7934 return NULL; 7934 return NULL;
7935 } 7935 }
7936 7936
7937 /* The sub-image may not start at origo, so move the destination 7937 /* The sub-image may not start at origin, so move the destination
7938 iterator to where the sub-image should start. */ 7938 iterator to where the sub-image should start. */
7939 if (source_top > 0) 7939 if (source_top > 0)
7940 { 7940 {