diff options
Diffstat (limited to 'src/webp.c')
-rw-r--r-- | src/webp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,6 +215,6 @@ void *a_Webp_new(DilloImage *Image, DilloUrl *url, int version) void *a_Webp_new() { return 0; } void a_Webp_callback() { return; } -const char *a_Webp_version(char *buf, int n) { return NULL; } +const char *a_Webp_version(char *buf, int n) { return 0; } #endif /* ENABLE_WEBP */ |