From 6fe45b4c7578cc9da7538dd9f57be6d8df730b3b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 29 Aug 2015 04:31:14 +0200 Subject: add __C11__, __C99__, __C90__, and __noreturn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/assert.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/assert.c') diff --git a/src/assert.c b/src/assert.c index b21f916..67299d9 100644 --- a/src/assert.c +++ b/src/assert.c @@ -34,8 +34,7 @@ * @param line The line in the source code whence the assertion was made * @param func The function in the source code whence the assertion was made */ -void -__assert_fail(const char* expression, int errnum, const char* file, int line, const char* func) +void __assert_fail(const char* expression, int errnum, const char* file, int line, const char* func) { int tty = isatty(STDERR_FILENO); -- cgit v1.2.3-70-g09d2