From 212bb65163200afcc049bf993fe3fd1f71fc20b8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 23 Jan 2017 10:12:26 +1100 Subject: [PATCH] Image: Fix stray space --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 2c7b3c66..0b805d26 100755 --- a/neofetch +++ b/neofetch @@ -2359,7 +2359,7 @@ display_image() { ;; "catimg") - catimg -w "$((width * 2 / font_width))" -r 0 "$image" || to_off "Image: catimg failed to display the image." + catimg -w "$((width * 2 / font_width))" -r 0 "$image" || to_off "Image: catimg failed to display the image." zws= ;;