Commit in reactos/subsys/win32k/ntuser on MAIN
winsta.c+2-21.61 -> 1.62
fixed typo

reactos/subsys/win32k/ntuser
winsta.c 1.61 -> 1.62
diff -u -r1.61 -r1.62
--- winsta.c	15 May 2004 22:50:04 -0000	1.61
+++ winsta.c	15 May 2004 23:07:11 -0000	1.62
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- *  $Id: winsta.c,v 1.61 2004/05/15 22:50:04 weiden Exp $
+ *  $Id: winsta.c,v 1.62 2004/05/15 23:07:11 weiden Exp $
  *
  *  COPYRIGHT:        See COPYING in the top level directory
  *  PROJECT:          ReactOS kernel
@@ -721,7 +721,7 @@
       ObDereferenceObject(DesktopObject);
 
    SetLastNtError(Status);
-   return NTSUCCESS(Status);
+   return NT_SUCCESS(Status);
 }
 
 /*
CVSspam 0.2.8