misc: cleanup

This commit is contained in:
Dylan Araps 2018-05-22 14:14:17 +10:00
parent 070651e4f4
commit 3f021fbbb6
1 changed files with 1 additions and 1 deletions

View File

@ -8442,7 +8442,7 @@ main() {
[[ "$verbose" == "on" ]] && printf "%b" "$err" >&2
# If `--loop` was used, constantly redraw the image.
while [[ "$image_loop" == "on" && "$image_backend" == "w3m" ]]; do display_image; sleep 1s; done
while [[ "$image_loop" == "on" && "$image_backend" == "w3m" ]]; do display_image; sleep 1; done
return 0
}