[USERINIT]: Addendum to r72823 (sorry for the redundant commits): Fix a use without...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 26 Sep 2016 22:52:04 +0000 (22:52 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 26 Sep 2016 22:52:04 +0000 (22:52 +0000)
svn path=/trunk/; revision=72824

reactos/base/system/userinit/userinit.c

index 1621e4b..4803459 100644 (file)
@@ -577,8 +577,7 @@ wWinMain(IN HINSTANCE hInst,
          IN LPWSTR lpszCmdLine,
          IN int nCmdShow)
 {
-    BOOL bIsLiveCD;
-    BOOL Success;
+    BOOL bIsLiveCD, Success = TRUE;
     STATE State;
 
     hInstance = hInst;