Suspicious use of ;

This commit is contained in:
Francois Perrad 2016-01-01 09:03:55 +01:00 committed by Matt Johnston
parent 8f96b8908e
commit a5e5bab74b

View File

@ -338,7 +338,7 @@ static void sigchld_handler(int UNUSED(unused)) {
const int saved_errno = errno; const int saved_errno = errno;
while(waitpid(-1, NULL, WNOHANG) > 0); while(waitpid(-1, NULL, WNOHANG) > 0) {}
sa_chld.sa_handler = sigchld_handler; sa_chld.sa_handler = sigchld_handler;
sa_chld.sa_flags = SA_NOCLDSTOP; sa_chld.sa_flags = SA_NOCLDSTOP;