mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 03:58:11 +00:00
typo in str8 compar name
This commit is contained in:
@@ -300,7 +300,7 @@ lnk_section_table_push(LNK_SectionTable *st, String8 name, COFF_SectionFlags fla
|
||||
B32 found = 0;
|
||||
for (LNK_SectionNode *curr = sect_list->first, *prev = NULL; curr != NULL; prev = curr, curr = curr->next) {
|
||||
LNK_Section *sect = &curr->data;
|
||||
int cmp = str8_compar_case_sensetive(&sort_index, §->sort_index);
|
||||
int cmp = str8_compar_case_sensitive(&sort_index, §->sort_index);
|
||||
if (cmp < 0) {
|
||||
if (prev == NULL) {
|
||||
SLLQueuePushFront(sect_list->first, sect_list->last, sect_node);
|
||||
|
||||
Reference in New Issue
Block a user