From: lostd Date: Thu, 18 Dec 2014 09:13:45 +0000 (+0200) Subject: Remove unnecessary label X-Git-Tag: v1.0~92^2~100 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=905b74161e0a37b8ffb57f8dbd252e7dfbddaeb3;p=nnn.git Remove unnecessary label --- diff --git a/noice.c b/noice.c index f62619a2..81191088 100644 --- a/noice.c +++ b/noice.c @@ -549,7 +549,6 @@ begin: oldpath = NULL; for (;;) { -redraw: nlines = MIN(LINES - 4, n); /* Clean screen */ @@ -661,7 +660,7 @@ nochange: spawn(bin, newpath, NULL); initcurses(); free(newpath); - goto redraw; + continue; default: printmsg("Unsupported file"); goto nochange;