Skip to content

Commit f7528f4

Browse files
Update image-jpeg-xl.h
1 parent 935623d commit f7528f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cupsfilters/image-jpeg-xl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <stdio.h>
66
#include "image-private.h"
77

8-
int is_jpegxl(const unsigned char *header, size_t len);
8+
int _cfIsJPEGXL(const unsigned char *header, size_t len);
99

1010
int _cfImageReadJPEGXL(cf_image_t *img, FILE *fp,
1111
cf_icspace_t primary, cf_icspace_t secondary,

0 commit comments

Comments
 (0)