From: Alex Ionescu Date: Tue, 22 Nov 2005 06:57:36 +0000 (+0000) Subject: - Fix typo accidentally added after testing the build (due to alt-f Q) X-Git-Tag: backups/ros-branch-0_2_9@19949~475 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=90c7b2a8ae1a065136258c7832f70917281acb9d - Fix typo accidentally added after testing the build (due to alt-f Q) svn path=/trunk/; revision=19453 --- diff --git a/reactos/include/ndk/rtlfuncs.h b/reactos/include/ndk/rtlfuncs.h index 3822cc21bde..f8e197ef914 100644 --- a/reactos/include/ndk/rtlfuncs.h +++ b/reactos/include/ndk/rtlfuncs.h @@ -2230,7 +2230,7 @@ RtlResetRtlTranslations(IN PNLSTABLEINFO NlsTable); static __inline LARGE_INTEGER NTAPI_INLINE -RtlConvertLongToLargeIntegerf( +RtlConvertLongToLargeInteger( LONG SignedInteger ) {