Ver Fonte

Remove useless continue

Jochen Sprickerhof há 5 anos atrás
pai
commit
aa67a3e9c8
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      scroll.c

+ 0 - 1
scroll.c

@@ -473,7 +473,6 @@ main(int argc, char *argv[])
 		if (doredraw) {
 			redraw();
 			doredraw = false;
-			continue;
 		}
 
 		if (pfd[0].revents & POLLIN) {