From e794d9887cd8f94befd7861e39eccf46666c89fe Mon Sep 17 00:00:00 2001 From: solar <> Date: Sun, 23 Nov 2003 18:37:41 +0000 Subject: [PATCH] Implemented. --- functions/assert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/assert.c b/functions/assert.c index 3721347..6168ea6 100644 --- a/functions/assert.c +++ b/functions/assert.c @@ -9,7 +9,7 @@ #include __assert( char const * const expression, char const * const file, - char const * const function, int const line ) + char const * const function, int const line ) { fprintf(stderr, "Assertion failed: %s, function %s, file %s, line %d.\n", expression, function, file, line ); -- 2.40.0