diff --git a/CMakeLists.txt b/CMakeLists.txt index 16cb3890a..e632b003f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1.0) # Threads::Threads project(fastfetch - VERSION 1.5.1 + VERSION 1.5.2 LANGUAGES C ) diff --git a/src/logo/image/image.c b/src/logo/image/image.c index aefce9ec6..307cbd579 100644 --- a/src/logo/image/image.c +++ b/src/logo/image/image.c @@ -563,7 +563,7 @@ bool ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type) } #else //FF_HAVE_IMAGEMAGICK{6, 7} -FFLogoImageResult ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type) +bool ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type) { FF_UNUSED(instance, type); return false;