From e592227529615d3f745f2a0d3a574bb93011bf39 Mon Sep 17 00:00:00 2001 From: "msvensson@neptunus.(none)" <> Date: Sat, 18 Feb 2006 16:18:51 +0100 Subject: [PATCH] Fix build failure --- client/mysqlimport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mysqlimport.c b/client/mysqlimport.c index 5a3e017399b..df36a9f0c00 100644 --- a/client/mysqlimport.c +++ b/client/mysqlimport.c @@ -539,7 +539,7 @@ error: pthread_mutex_lock(&counter_mutex); counter--; pthread_mutex_unlock(&counter_mutex); - return error; + return 0; }