fixed typo. DevInstallW with SW_HIDE should work now
authorChristoph von Wittich <christoph_vw@reactos.org>
Thu, 10 Nov 2005 11:45:50 +0000 (11:45 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Thu, 10 Nov 2005 11:45:50 +0000 (11:45 +0000)
svn path=/trunk/; revision=19116

reactos/lib/newdev/newdev.c

index 606660f..bec5cfd 100644 (file)
@@ -871,7 +871,7 @@ DevInstallW(
 
        DPRINT("Installing %S (%S)\n", DevInstData.buffer, InstanceId);
 
-       if ((Show =! SW_HIDE) && (!FindDriver(&DevInstData)))
+       if ((Show != SW_HIDE) && (!FindDriver(&DevInstData)))
        {
 
                /* Create the Welcome page */