- Fix typo.
authorJames Tabor <james.tabor@reactos.org>
Thu, 25 Dec 2008 11:36:51 +0000 (11:36 +0000)
committerJames Tabor <james.tabor@reactos.org>
Thu, 25 Dec 2008 11:36:51 +0000 (11:36 +0000)
svn path=/trunk/; revision=38344

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

index 5d9b168..785afc7 100644 (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);