Fix naming and unintended definition

This commit is contained in:
2026-06-10 08:39:58 -05:00
parent 40bab5490e
commit d523097f2e
2 changed files with 12 additions and 12 deletions

2
test.c
View File

@@ -8,7 +8,7 @@
static int test_l_array() {
int RETURN_CODE = 0;
l_array* array = l_array_create();
LArray* array = l_array_create();
int number_1 = 5;
int number_2 = 15;