Image: Fix stray space

This commit is contained in:
Dylan Araps 2017-01-23 10:12:26 +11:00
parent 59e043b481
commit 212bb65163
1 changed files with 1 additions and 1 deletions

View File

@ -2359,7 +2359,7 @@ display_image() {
;; ;;
"catimg") "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= zws=
;; ;;