Fixed at typo from me thx Daniel Zimmermann (netzimme at aim dot com) that notes it.

svn path=/trunk/; revision=33666
This commit is contained in:
Magnus Olsen 2008-05-23 19:12:07 +00:00
parent 389b7a34fb
commit c11d2b1e4f

View 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