mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-28 11:18:57 +02:00
fine, fix
This commit is contained in:
parent
6ed421a6c3
commit
1ae43b8203
1 changed files with 1 additions and 2 deletions
|
|
@ -40,11 +40,10 @@ std::string DemangleSymbol(const std::string&& mangled) {
|
|||
std::free(p);
|
||||
return ret;
|
||||
}
|
||||
#else
|
||||
#endif
|
||||
}
|
||||
return mangled;
|
||||
}
|
||||
return std::string{};
|
||||
}
|
||||
#endif
|
||||
} // namespace Common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue