We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe24c7 commit 54c09caCopy full SHA for 54c09ca
src/logo/image/image.c
@@ -563,7 +563,7 @@ bool ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type)
563
}
564
565
#else //FF_HAVE_IMAGEMAGICK{6, 7}
566
-FFLogoImageResult ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type)
+bool ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type)
567
{
568
FF_UNUSED(instance, type);
569
return false;
0 commit comments