diff options
Diffstat (limited to 'vidix/dhahelperwin/dhasetup.c')
-rw-r--r-- | vidix/dhahelperwin/dhasetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/dhahelperwin/dhasetup.c b/vidix/dhahelperwin/dhasetup.c index be593edae5..8642fa490c 100644 --- a/vidix/dhahelperwin/dhasetup.c +++ b/vidix/dhahelperwin/dhasetup.c @@ -83,7 +83,7 @@ int main(int argc,char* argv[]){ print_last_error("Unable to register DhaHelper Service"); return 1; } - + if(!StartService(hService, 0, NULL)){ print_last_error("Error while starting service"); return 1; |