sighandle forgot const

This commit is contained in:
Aaron Marcher 2016-09-13 19:21:54 +02:00 committed by Aaron Marcher (drkhsh)
parent 67d3f9c540
commit ba2947ae45

View file

@ -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;