1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * src/image.c (syms_of_image): Fix typo in last change.

This commit is contained in:
Po Lu 2022-01-09 05:04:15 +00:00
parent 0c1099d6d8
commit af7ca138c4

View file

@ -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