Remove unnecessary label

This commit is contained in:
lostd 2014-12-18 11:13:45 +02:00
parent 81a0c57783
commit 905b74161e

View file

@ -549,7 +549,6 @@ begin:
oldpath = NULL; oldpath = NULL;
for (;;) { for (;;) {
redraw:
nlines = MIN(LINES - 4, n); nlines = MIN(LINES - 4, n);
/* Clean screen */ /* Clean screen */
@ -661,7 +660,7 @@ nochange:
spawn(bin, newpath, NULL); spawn(bin, newpath, NULL);
initcurses(); initcurses();
free(newpath); free(newpath);
goto redraw; continue;
default: default:
printmsg("Unsupported file"); printmsg("Unsupported file");
goto nochange; goto nochange;