mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-25 13:17:05 +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);
|
std::free(p);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#else
|
#endif
|
||||||
}
|
}
|
||||||
return mangled;
|
return mangled;
|
||||||
}
|
}
|
||||||
return std::string{};
|
return std::string{};
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
} // namespace Common
|
} // namespace Common
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue