mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Fix typo accidentally added after testing the build (due to alt-f Q)
svn path=/trunk/; revision=19453
This commit is contained in:
parent
13b219657a
commit
90c7b2a8ae
1 changed files with 1 additions and 1 deletions
|
@ -2230,7 +2230,7 @@ RtlResetRtlTranslations(IN PNLSTABLEINFO NlsTable);
|
|||
static __inline
|
||||
LARGE_INTEGER
|
||||
NTAPI_INLINE
|
||||
RtlConvertLongToLargeIntegerf(
|
||||
RtlConvertLongToLargeInteger(
|
||||
LONG SignedInteger
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue