Fixed at typo from me thx Daniel Zimmermann (netzimme at aim dot com) that notes it.
authorMagnus Olsen <magnus@greatlord.com>
Fri, 23 May 2008 19:12:07 +0000 (19:12 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Fri, 23 May 2008 19:12:07 +0000 (19:12 +0000)
svn path=/trunk/; revision=33666

reactos/subsystems/win32/win32k/ntuser/menu.c

index c5bcda9..21e8f35 100644 (file)
@@ -1683,7 +1683,7 @@ NtUserGetTitleBarInfo(
     PWINDOW_OBJECT WindowObject;
     TITLEBARINFO bartitleinfo;
     DECLARE_RETURN(BOOLEAN);
-    BOOLEAN retValue = FALSE;
+    BOOLEAN retValue = TRUE;
 
     DPRINT("Enter NtUserGetTitleBarInfo\n");
     UserEnterExclusive();
@@ -1712,7 +1712,7 @@ NtUserGetTitleBarInfo(
     /* Get the tile bar info */ 
     if (retValue)
     {
-        retValue = intGetTitleBarInfo(WindowObject, &bartitleinfo);   
+        retValue = intGetTitleBarInfo(WindowObject, &bartitleinfo);
         if (retValue)
         {
             _SEH_TRY