Remove unnecessary label

This commit is contained in:
lostd 2014-12-18 11:13:45 +02:00
parent 81a0c57783
commit 905b74161e
1 changed files with 1 additions and 2 deletions

View File

@ -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;