aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorStefan Kangas2022-05-15 11:15:06 +0200
committerStefan Kangas2022-05-15 11:15:06 +0200
commit09674074b57bee74ff1039f8ef08c2dea321c0da (patch)
treec8b866aca602a22a867a77eaab6eab1c8146db1c /src/image.c
parentaaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff)
downloademacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz
emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip
; Fix typos
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 dfa53279927..18e9e72d83c 100644
--- a/src/image.c
+++ b/src/image.c
@@ -9108,7 +9108,7 @@ gif_load (struct frame *f, struct image *img)
9108 goto gif_error; 9108 goto gif_error;
9109 } 9109 }
9110 9110
9111 /* It's an animated image, so initalize the cache. */ 9111 /* It's an animated image, so initialize the cache. */
9112 if (cache && !cache->handle) 9112 if (cache && !cache->handle)
9113 { 9113 {
9114 cache->handle = gif; 9114 cache->handle = gif;