diff options
-rw-r--r-- | marsond.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ void cleanup(void) { manually killed. Cleanly exiting allows the physical keyboard to keep working (with the Enter key timing issue of course). */ -void sighandler(int sig, siginfo_t *si, void *) { +void sighandler(int sig, siginfo_t *si, void *unused) { if(sig != SIGTERM) { /* this should never happen! */ return; |