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
1 changed files with 1 additions and 1 deletions

View File

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