emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master af7ca138c4: ; * src/image.c (syms_of_image): Fix typo in last cha


From: Po Lu
Subject: master af7ca138c4: ; * src/image.c (syms_of_image): Fix typo in last change.
Date: Sun, 9 Jan 2022 00:06:40 -0500 (EST)

branch: master
commit af7ca138c4c85e133de4935955cd7f52687fd1fb
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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 700705de22..a4976caba8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]