commit 905b74161e0a37b8ffb57f8dbd252e7dfbddaeb3
parent 81a0c57783c3d1dae93f0b13d7236146f094a5c2
Author: lostd <lostd@2f30.org>
Date: Thu, 18 Dec 2014 11:13:45 +0200
Remove unnecessary label
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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;