mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Remove unnecessary label
This commit is contained in:
parent
81a0c57783
commit
905b74161e
3
noice.c
3
noice.c
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue