Coding style, comments, spelling...
This commit is contained in:
parent
109dad1bee
commit
f3e85c2f70
9 changed files with 6 additions and 20 deletions
|
@ -265,8 +265,7 @@ loc_BlockThisThread(void)
|
|||
static BOOL
|
||||
loc_Exit_Handler(DWORD fdwCtrlType)
|
||||
{
|
||||
switch (fdwCtrlType)
|
||||
{
|
||||
switch (fdwCtrlType) {
|
||||
case CTRL_C_EVENT:
|
||||
case CTRL_CLOSE_EVENT:
|
||||
case CTRL_BREAK_EVENT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue