typo in str8 compar name

This commit is contained in:
Nikita Smith
2024-10-30 15:42:39 -07:00
parent 6ffc065712
commit e1166abc63
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ lnk_chunk_sort_index_is_before(void *raw_a, void *raw_b)
LNK_ChunkPtr *b = raw_b;
// sort on section postfix
int cmp = str8_compar_case_sensetive(&(*a)->sort_idx, &(*b)->sort_idx);
int cmp = str8_compar_case_sensitive(&(*a)->sort_idx, &(*b)->sort_idx);
// sort on obj position on command line
if (cmp == 0) {