Explorar el Código

whitespace error

master
Aaron Marcher hace 8 años
committed by Aaron Marcher (drkhsh)
padre
commit
a97e843918
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      slstatus.c

+ 1
- 1
slstatus.c Ver fichero

@@ -212,7 +212,7 @@ get_diskusage()
{
int perc = 0;
struct statvfs fs;
/* try to open mountpoint */
if (statvfs(mountpath, &fs) < 0) {
fprintf(stderr, "Could not get filesystem info.\n");


Cargando…
Cancelar
Guardar