Fixed names

This commit is contained in:
2026-08-25 06:47:50 -05:00
parent b1ce7c090d
commit d028c2d26e
+2 -2
View File
@@ -1,5 +1,5 @@
// TODO: Replace standard headers when possible.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include "malunal/assert.h" #include "malunal/assert.h"
static static
@@ -21,7 +21,7 @@ assertion_test(
malunal_cstr_t file, malunal_cstr_t file,
malunal_int32_t line malunal_int32_t line
) { ) {
if (!cond) assertion_failed(expr, msg, file, line); if (!cond) assert_failed(expr, msg, file, line);
} }
malunal_void_t malunal_void_t