Skip to content

Commit

Permalink
Ops again. Not fair.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Dec 29, 2014
1 parent ce63a6c commit 9d8e1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hookwindows_x64.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInstance, LPSTR szCmdLine, in
g_hinst = hInst;

// Warn user
if (szCmdLine[0] == '\0')) {
if (szCmdLine[0] == '\0') {
MessageBox(NULL, L"HookWindows_x64.exe is launched automatically by "APP_NAME" if you have enabled HookWindows. There is no need to launch it manually.\n\nIf you still want to do this, launch HookWindows_x64.exe with an argument (it can be anything) to bypass this dialog.\n\nKeep in mind that HookWindows_x64.exe will automatically exit if it can't find "APP_NAME" running.", L"HookWindows_x64.exe", MB_ICONINFORMATION|MB_OK);
return 1;
}
Expand Down

0 comments on commit 9d8e1fc

Please sign in to comment.