mirror of
https://github.com/jarun/nnn.git
synced 2025-03-29 01:26:34 +00:00
Remove unnecessary label
This commit is contained in:
parent
81a0c57783
commit
905b74161e
1 changed files with 1 additions and 2 deletions
3
noice.c
3
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue