]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove unnecessary label
authorlostd <lostd@2f30.org>
Thu, 18 Dec 2014 09:13:45 +0000 (11:13 +0200)
committerlostd <lostd@2f30.org>
Thu, 18 Dec 2014 09:13:45 +0000 (11:13 +0200)
noice.c

diff --git a/noice.c b/noice.c
index f62619a2311a5949812e7ee6fd0c2ccdf70a8cb9..811910886a785e40d78f7c383472bcfa40509813 100644 (file)
--- 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;