From: Nikos Mavrogiannopoulos Date: Mon, 2 May 2016 06:35:58 +0000 (+0200) Subject: errors.h: removed terminating colon on gnutls_assert() output X-Git-Tag: gnutls_3_5_0~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f63137cadbf75b9ce99771242773880a2fccfa4;p=thirdparty%2Fgnutls.git errors.h: removed terminating colon on gnutls_assert() output --- diff --git a/lib/errors.h b/lib/errors.h index 5fe2c5e633..da8fb13563 100644 --- a/lib/errors.h +++ b/lib/errors.h @@ -32,7 +32,7 @@ #ifdef __FILE__ #ifdef __LINE__ -#define gnutls_assert() _gnutls_assert_log( "ASSERT: %s:%d %s:\n", __FILE__,__LINE__,__func__); +#define gnutls_assert() _gnutls_assert_log( "ASSERT: %s:%d %s\n", __FILE__,__LINE__,__func__); #else #define gnutls_assert() #endif