mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 20:38:40 +00:00
typo in str8 compar name
This commit is contained in:
@@ -74,7 +74,7 @@ lnk_lib_symbol_name_compar(const void *raw_a, const void *raw_b)
|
||||
{
|
||||
const LNK_Symbol *sa = (const LNK_Symbol *)raw_a;
|
||||
const LNK_Symbol *sb = (const LNK_Symbol *)raw_b;
|
||||
return str8_compar_case_sensetive(&sa->name, &sb->name);
|
||||
return str8_compar_case_sensitive(&sa->name, &sb->name);
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user