changeset 12453:33dab236c631

10l
author faust3
date Sun, 09 May 2004 17:36:44 +0000
parents fb34ae9a7d28
children 83a18b230e8c
files libdha/dhahelperwin/dhasetup.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/dhahelperwin/dhasetup.c	Sun May 09 16:36:58 2004 +0000
+++ b/libdha/dhahelperwin/dhasetup.c	Sun May 09 17:36:44 2004 +0000
@@ -21,9 +21,10 @@
   hSCManager = OpenSCManager(NULL, NULL, SC_MANAGER_ALL_ACCESS);
   if(!strcmp(argv[1],"install")){
     printf("Installing dhahelper...\n");
-    if(!CopyFile("dhahelper.sys",path,FALSE))
+    if(!CopyFile("dhahelper.sys",path,FALSE)){
       printf("Copying dhahelper.sys failed.\nEither dhahelper.sys is not in the current directory or you lack sufficient\nprivileges to write to %s.", path);
       return 1;
+    }
     // Install the driver
     hService = CreateService(hSCManager,
                              "DHAHELPER",