Explorar el Código

Fix build break

master
Arun Prakash Jana hace 5 años
padre
commit
ab521c02a4
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. +1
    -1
      README.md
  2. +0
    -1
      src/nnn.c

+ 1
- 1
README.md Ver fichero

@@ -29,7 +29,7 @@ It runs smoothly on the Raspberry Pi, Termux [on Android](https://www.youtube.co
- Typically needs < 3.5MB resident memory
- Works with 8-bit colors
- Disk-IO sensitive (few disk reads and writes)
- No FPU usage (all integer calculations, even for file size)
- No FPU usage (all integer maths, even for file size)
- Minimizes screen refresh with fast line redraws
- Portable
- Minimal library deps, easily compilable, tiny binary


+ 0
- 1
src/nnn.c Ver fichero

@@ -4326,7 +4326,6 @@ static void draw_line(char *path, int ncols)
}

statusbar(path);
return;
}

static void redraw(char *path)


Cargando…
Cancelar
Guardar