1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-02-17 19:19:16 +01:00

Fix typo in log message

This commit is contained in:
icex2 2021-05-02 10:39:55 +00:00
parent 5688fb7319
commit 87ee37d059

View File

@ -222,7 +222,7 @@ static bool debugger_create_process(
if (!ok) {
log_warning(
"ERRPR: Failed to launch hooked EXE: %08x", (unsigned int) GetLastError());
"ERROR: Failed to launch hooked EXE: %08x", (unsigned int) GetLastError());
free(cmd_line);
@ -592,4 +592,4 @@ void debugger_finit(bool failure)
CloseHandle(pi.hThread);
CloseHandle(pi.hProcess);
}
}