From 7162871fe4960c9cf43f14d52bb0c4ce5bac1108 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Wed, 11 Jan 2012 11:03:05 -0500 Subject: [PATCH] fix API type for webp imageloader - was causing crash --- plugin/webp/gvplugin_webp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/webp/gvplugin_webp.c b/plugin/webp/gvplugin_webp.c index 40bfc059e..0aad26cb9 100644 --- a/plugin/webp/gvplugin_webp.c +++ b/plugin/webp/gvplugin_webp.c @@ -18,7 +18,7 @@ extern gvplugin_installed_t gvloadimage_webp_types[]; static gvplugin_api_t apis[] = { {API_device, gvdevice_webp_types}, - {API_device, gvloadimage_webp_types}, + {API_loadimage, gvloadimage_webp_types}, {(api_t)0, 0}, }; -- 2.40.0