From af7ca138c4c85e133de4935955cd7f52687fd1fb Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 9 Jan 2022 05:04:15 +0000 Subject: [PATCH] ; * src/image.c (syms_of_image): Fix typo in last change. --- src/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2