summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-01-09 05:04:15 +0000
committerPo Lu <luangruo@yahoo.com>2022-01-09 05:04:15 +0000
commitaf7ca138c4c85e133de4935955cd7f52687fd1fb (patch)
tree6a32c83fab923ea7b819c386d9a73715785d61b9
parent0c1099d6d840dfa470741f4e710c4ae63cecc26e (diff)
downloademacs-af7ca138c4c85e133de4935955cd7f52687fd1fb.tar.gz
emacs-af7ca138c4c85e133de4935955cd7f52687fd1fb.tar.bz2
emacs-af7ca138c4c85e133de4935955cd7f52687fd1fb.zip
; * src/image.c (syms_of_image): Fix typo in last change.
-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. */);
#endif
#if defined (HAVE_WEBP) || (defined (HAVE_NATIVE_IMAGE_API) \
- && defined (HAVE_BE_APP))
+ && defined (HAVE_HAIKU))
DEFSYM (Qwebp, "webp");
add_image_type (Qwebp);
#endif