Explorar el Código

Add missing break

master
sin hace 11 años
padre
commit
58f897fead
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      noice.c

+ 1
- 0
noice.c Ver fichero

@@ -603,6 +603,7 @@ nochange:
initcurses();
if (chdir(ipath) == -1)
printwarn();
break;
}
}



Cargando…
Cancelar
Guardar