Skip to content

Commit fe62412

Browse files
Merge pull request #168 from Yureien/master
Fix build if ImageMagick is not installed
2 parents 8577be3 + d185dc7 commit fe62412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads
22

33
project(fastfetch
4-
VERSION 1.5.1
4+
VERSION 1.5.2
55
LANGUAGES C
66
)
77

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)