Coding style, comments, spelling...
This commit is contained in:
parent
109dad1bee
commit
f3e85c2f70
9 changed files with 6 additions and 20 deletions
|
@ -139,8 +139,7 @@ static SERVICE_STATUS_HANDLE service_status_handle;
|
|||
static void WINAPI
|
||||
service_ctrl_handler(DWORD Opcode)
|
||||
{
|
||||
switch(Opcode)
|
||||
{
|
||||
switch(Opcode) {
|
||||
case SERVICE_CONTROL_PAUSE:
|
||||
service_status.dwCurrentState = SERVICE_PAUSED;
|
||||
logerror("Pausing the service not supported");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue