mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
Fix typo
This commit is contained in:
parent
ef9541366f
commit
2a00af8781
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#include <cxxabi.h>
|
#include <cxxabi.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ctring>
|
#include <cstring>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
std::string demangle(char const* name)
|
std::string demangle(char const* name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue