]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
errors.h: removed terminating colon on gnutls_assert() output
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 2 May 2016 06:35:58 +0000 (08:35 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 2 May 2016 06:35:58 +0000 (08:35 +0200)
lib/errors.h

index 5fe2c5e633f3d62bcbe48e0e205bceae7e8ec840..da8fb13563b19437bc3c5bb1e6f2a5fd4023a6d3 100644 (file)
@@ -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