Explorar el Código

Remove unnecessary label

master
lostd hace 10 años
padre
commit
905b74161e
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      noice.c

+ 1
- 2
noice.c Ver fichero

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


Cargando…
Cancelar
Guardar