typo in header

This commit is contained in:
John Cupitt 2021-03-20 14:22:06 +00:00
parent cedc3f1f1d
commit fb6891d02b
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ int vips_jp2kload_source( VipsSource *source, VipsImage **out, ... )
__attribute__((sentinel));
int vips_jp2ksave( VipsImage *in, const char *filename, ... )
__attribute__((sentinel));
int vips_heifsave_buffer( VipsImage *in, void **buf, size_t *len, ... )
int vips_jp2ksave_buffer( VipsImage *in, void **buf, size_t *len, ... )
__attribute__((sentinel));
int vips_jp2ksave_target( VipsImage *in, VipsTarget *target, ... )
__attribute__((sentinel));