mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed typo.
svn path=/trunk/; revision=664
This commit is contained in:
parent
e0058203bb
commit
45dd256ee3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: proc.c,v 1.19 1999/08/29 06:59:03 ea Exp $
|
||||
/* $Id: proc.c,v 1.20 1999/09/12 20:58:29 ekohl Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -319,7 +319,7 @@ SleepEx (
|
|||
TIME Interval;
|
||||
NTSTATUS errCode;
|
||||
|
||||
Interval.QuadPart = dwMilliseconds * 1000;
|
||||
Interval.QuadPart = dwMilliseconds * 1000;
|
||||
|
||||
errCode = NtDelayExecution(bAlertable,&Interval);
|
||||
if ( !NT_SUCCESS(errCode) )
|
||||
|
|
Loading…
Reference in a new issue