mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 09:19:00 +02:00
fine, fix
This commit is contained in:
parent
95b9c561bb
commit
6552765a02
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