From cba496cbeab6132507d8603755c66120277e9858 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 30 Aug 2015 02:17:02 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/assert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/assert.c b/src/assert.c index 67299d9..19a34f8 100644 --- a/src/assert.c +++ b/src/assert.c @@ -43,7 +43,7 @@ void __assert_fail(const char* expression, int errnum, const char* file, int lin "%(\033[31m%)assertion error%(\033[00m%) " "at line %(\033[33m%)%i%(\033[00m%) " "of file %(\033[35m%)%s%(\033[00m%), " - "function %(\033[34m%)%s%(\033[00m%): " + "function %(\033[1;34m%)%s%(\033[00m%): " "%(\033[31m%)%(exression failed: %)%s%(\033[00m%)\n"), tty, program_invocation_name, tty, tty, tty, -- cgit v1.2.3-70-g09d2