commit aa67a3e9c841cd5b7ac619cab81c6405fe97e874
Author:     Jochen Sprickerhof <[email protected]>
AuthorDate: Mon Apr 13 00:07:47 2020 +0200
Commit:     Jochen Sprickerhof <[email protected]>
CommitDate: Mon Apr 13 00:07:47 2020 +0200

    Remove useless continue

diff --git a/scroll.c b/scroll.c
index 4a82bde..7c96ecc 100644
--- a/scroll.c
+++ b/scroll.c
@@ -473,7 +473,6 @@ main(int argc, char *argv[])
                if (doredraw) {
                        redraw();
                        doredraw = false;
-                       continue;
                }
 
                if (pfd[0].revents & POLLIN) {

Reply via email to