From 3b91334247ad80409ee04c081c0be3e95023536d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 16 Aug 2012 10:26:58 +0200 Subject: Avoid stray return when compiling without trousers. --- lib/system.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/system.c') diff --git a/lib/system.c b/lib/system.c index 82572ba971..9a0ebc208e 100644 --- a/lib/system.c +++ b/lib/system.c @@ -437,7 +437,6 @@ gnutls_x509_trust_list_add_system_trust(gnutls_x509_trust_list_t list, if (ret > 0) r += ret; # endif -#endif - return r; +#endif } -- cgit v1.2.1