- Fix typo.

svn path=/trunk/; revision=38344
This commit is contained in:
James Tabor 2008-12-25 11:36:51 +00:00
parent af2f0d64d5
commit 1d97cdc07b

View file

@ -778,7 +778,7 @@ NtUserGetCursorInfo(
CURSORINFO SafeCi;
PSYSTEM_CURSORINFO CurInfo;
PWINSTATION_OBJECT WinSta;
NTSTATUS Status = STATUS_SUCCESS;;
NTSTATUS Status = STATUS_SUCCESS;
PCURICON_OBJECT CurIcon;
BOOL Ret = FALSE;
DECLARE_RETURN(BOOL);