sighandle forgot const

master
Aaron Marcher 10 years ago committed by Aaron Marcher (drkhsh)
parent 67d3f9c540
commit ba2947ae45

@ -580,7 +580,7 @@ wifi_essid(const char *wificard)
} }
static void static void
sighandler(int signo) sighandler(const int signo)
{ {
if (signo == SIGTERM || signo == SIGINT) { if (signo == SIGTERM || signo == SIGINT) {
done = 1; done = 1;

Loading…
Cancel
Save