From: Nikos Mavrogiannopoulos Date: Fri, 28 Dec 2012 11:50:59 +0000 (+0200) Subject: corrected typo X-Git-Tag: gnutls_3_1_6~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0da54acd6ddbe7ca9cdccfc5c05be7453e09d8f9;p=thirdparty%2Fgnutls.git corrected typo --- diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c index 4086b9ebae..8dce83f77a 100644 --- a/lib/gnutls_record.c +++ b/lib/gnutls_record.c @@ -1162,7 +1162,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 */