Commit Diff
--- tog/tog.c +++ tog/tog.c @@ -632,7 +632,7 @@ tog_sigterm(int signo) } static int -tog_fatal_signal_received() +tog_fatal_signal_received(void) { return (tog_sigpipe_received || tog_sigint_received || tog_sigint_received);
--- tog/tog.c +++ tog/tog.c @@ -632,7 +632,7 @@ tog_sigterm(int signo) } static int -tog_fatal_signal_received() +tog_fatal_signal_received(void) { return (tog_sigpipe_received || tog_sigint_received || tog_sigint_received);