Procházet zdrojové kódy

Remove unnecessary label

master
lostd před 10 roky
rodič
revize
905b74161e
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -2
      noice.c

+ 1
- 2
noice.c Zobrazit soubor

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


Načítá se…
Zrušit
Uložit