changeset 1271:26622eee1e8b

Suspicious use of ;
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 09:03:55 +0100
parents 6d00eca524fe
children bdc28287f077
files svr-main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/svr-main.c	Thu Dec 31 18:47:51 2015 +0100
+++ b/svr-main.c	Fri Jan 01 09:03:55 2016 +0100
@@ -338,7 +338,7 @@
 
 	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_flags = SA_NOCLDSTOP;