Convert spaces to tabs
This commit is contained in:
parent
7465574195
commit
243a15052f
19 changed files with 100 additions and 100 deletions
|
@ -376,7 +376,7 @@ empth_init(void **ctx_ptr, int flags)
|
|||
/* Manual reset */
|
||||
hShutdownEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
|
||||
if (!hShutdownEvent) {
|
||||
logerror("Failed to create shutdown event %lu", GetLastError());
|
||||
logerror("Failed to create shutdown event %lu", GetLastError());
|
||||
return 0;
|
||||
}
|
||||
SetConsoleCtrlHandler(loc_Exit_Handler, TRUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue