diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -781,7 +781,7 @@ static size_t max(const size_t size1, const size_t size2) { #ifdef TEST static void test_max(void) { - test_start("max()"); + test_start("max"); { testing("equal values"); assert(max(1, 1) == 1); |