mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
typo in str8 compar name
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user