Skip to content

Commit

Permalink
Merge pull request #168 from Yureien/master
Browse files Browse the repository at this point in the history
Fix build if ImageMagick is not installed
  • Loading branch information
LinusDierheimer committed Jun 8, 2022
2 parents 8577be3 + d185dc7 commit fe62412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion src/logo/image/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fe62412

Please sign in to comment.