changeset 276:c40eed4b4551

Fix provided by nobushi
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 19 Dec 2008 10:25:29 +0900
parents b8e693f37c3b
children bad2424e6d0f
files waaad/dispatch.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/dispatch.c	Thu Dec 18 18:16:14 2008 +0900
+++ b/waaad/dispatch.c	Fri Dec 19 10:25:29 2008 +0900
@@ -293,6 +293,7 @@
 c_error:
 		error = 1;
 c_continue:
+		/* some compilers complain if there is no instruction here... => */ ;
 		pthread_cleanup_pop( 0 );
 		CHECK_POSIX_DO( pthread_rwlock_unlock(&dict_lock), goto error );
 		
"Welcome to our mercurial repository"