Explorar el Código

sighandle forgot const

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

+ 1
- 1
slstatus.c Ver fichero

@@ -580,7 +580,7 @@ wifi_essid(const char *wificard)
}

static void
sighandler(int signo)
sighandler(const int signo)
{
if (signo == SIGTERM || signo == SIGINT) {
done = 1;


Cargando…
Cancelar
Guardar