summaryrefslogtreecommitdiffstats
path: root/src/VBox/Main/src-all/win/VBoxProxyStub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/src-all/win/VBoxProxyStub.c')
-rw-r--r--src/VBox/Main/src-all/win/VBoxProxyStub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Main/src-all/win/VBoxProxyStub.c b/src/VBox/Main/src-all/win/VBoxProxyStub.c
index 87125091..63d84b9c 100644
--- a/src/VBox/Main/src-all/win/VBoxProxyStub.c
+++ b/src/VBox/Main/src-all/win/VBoxProxyStub.c
@@ -2491,7 +2491,7 @@ static void vbpsUpdateWindowsService(VBPSREGSTATE *pState, const WCHAR *pwszVBox
NULL /* pwszLoadOrderGroup */,
NULL /* pdwTagId */,
wszzDependencies,
- NULL /* pwszServiceStartName */,
+ pwszServiceStartName /* pwszServiceStartName */,
NULL /* pwszPassword */);
if (hService != NULL)
{