From: Nikos Mavrogiannopoulos Date: Wed, 2 Jan 2013 21:09:29 +0000 (+0100) Subject: corrected typo X-Git-Tag: gnutls_3_1_7~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a2a9b01c7745af45e47347e93e61cdfa170cb00;p=thirdparty%2Fgnutls.git corrected typo --- diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c index a827a3af49..2a5b0ba8b2 100644 --- a/lib/gnutls_record.c +++ b/lib/gnutls_record.c @@ -1164,7 +1164,7 @@ cleanup: return ret; recv_error: - if (ret < 0 && (gnutls_error_is_fatal (ret) == 0 || ret == GNUTLS_E_TIMEDOUT) + if (ret < 0 && (gnutls_error_is_fatal (ret) == 0 || ret == GNUTLS_E_TIMEDOUT)) return ret; if (type == GNUTLS_ALERT) /* we were expecting close notify */