aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-01-09 05:04:15 +0000
committerPo Lu2022-01-09 05:04:15 +0000
commitaf7ca138c4c85e133de4935955cd7f52687fd1fb (patch)
tree6a32c83fab923ea7b819c386d9a73715785d61b9 /src
parent0c1099d6d840dfa470741f4e710c4ae63cecc26e (diff)
downloademacs-af7ca138c4c85e133de4935955cd7f52687fd1fb.tar.gz
emacs-af7ca138c4c85e133de4935955cd7f52687fd1fb.zip
; * src/image.c (syms_of_image): Fix typo in last change.
Diffstat (limited to 'src')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 700705de22e..a4976caba86 100644
--- a/src/image.c
+++ b/src/image.c
@@ -11458,7 +11458,7 @@ non-numeric, there is no explicit limit on the size of images. */);
11458#endif 11458#endif
11459 11459
11460#if defined (HAVE_WEBP) || (defined (HAVE_NATIVE_IMAGE_API) \ 11460#if defined (HAVE_WEBP) || (defined (HAVE_NATIVE_IMAGE_API) \
11461 && defined (HAVE_BE_APP)) 11461 && defined (HAVE_HAIKU))
11462 DEFSYM (Qwebp, "webp"); 11462 DEFSYM (Qwebp, "webp");
11463 add_image_type (Qwebp); 11463 add_image_type (Qwebp);
11464#endif 11464#endif