QT: Fix two strings.

This commit is contained in:
OBattler
2025-03-11 10:40:40 +01:00
parent df5cc9b038
commit 9e5697126b
2 changed files with 2 additions and 2 deletions

View File

@@ -665,7 +665,7 @@ main(int argc, char *argv[])
/* Force raw input if a debugger is present. */
if (IsDebuggerPresent()) {
pclog("WARNING: Debugged detected, forcing raw input\n");
pclog("WARNING: Debugger detected, forcing raw input\n");
hook_enabled = 0;
}