aboutsummaryrefslogtreecommitdiff
path: root/zenserver
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver')
-rw-r--r--zenserver/windows/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/windows/service.cpp b/zenserver/windows/service.cpp
index bd80e0c2c..017b5f9a7 100644
--- a/zenserver/windows/service.cpp
+++ b/zenserver/windows/service.cpp
@@ -560,7 +560,7 @@ void
WindowsService::SvcCtrlHandler(DWORD dwCtrl)
{
// Handle the requested control code.
- //
+ //
// Called by SCM whenever a control code is sent to the service
// using the ControlService function.