Fixed typo.

svn path=/trunk/; revision=788
This commit is contained in:
Eric Kohl 1999-11-20 21:53:53 +00:00
parent e0c1e02c47
commit c8689122b1

View file

@ -1,4 +1,4 @@
/* $Id: winlogon.c,v 1.4 1999/07/17 23:10:30 ea Exp $ /* $Id: winlogon.c,v 1.5 1999/11/20 21:53:53 ekohl Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -14,6 +14,9 @@
#include <ddk/ntddk.h> #include <ddk/ntddk.h>
//#include <stdio.h> //#include <stdio.h>
#include <wchar.h>
/* GLOBALS ******************************************************************/ /* GLOBALS ******************************************************************/
HANDLE SM = INVALID_HANDLE_VALUE; /* SM API LPC port */ HANDLE SM = INVALID_HANDLE_VALUE; /* SM API LPC port */
@ -173,7 +176,7 @@ CuiMonitor (VOID)
wcscpy( UserName, L"Administrator" ); wcscpy( UserName, L"Administrator" );
/* FIXME: use locale info to format */ /* FIXME: use locale info to format */
NtGetSystemtime( NtGetSystemTime(
); );
/* Print info and Monitor menu */ /* Print info and Monitor menu */