Skip to content

Commit 54c09ca

Browse files
committed
Fix build if ImageMagick is not installed
1 parent dbe24c7 commit 54c09ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logo/image/image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ bool ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type)
563563
}
564564

565565
#else //FF_HAVE_IMAGEMAGICK{6, 7}
566-
FFLogoImageResult ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type)
566+
bool ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type)
567567
{
568568
FF_UNUSED(instance, type);
569569
return false;

0 commit comments

Comments
 (0)