Skip to content

Commit 0e25a2f

Browse files
committed
fix typo
1 parent 0b1ea13 commit 0e25a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/Hooks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static std::filesystem::path getModulePath()
2626
GetModuleFileNameW(module, path, MAX_PATH);
2727
return std::filesystem::path(path);
2828
#else
29-
DL_info info;
29+
Dl_info info;
3030
dladdr(getModulePath, &info);
3131
return std::filesystem::path(info.dli_fname);
3232
#endif

0 commit comments

Comments
 (0)