diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/assert.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |