- Fix typo accidentally added after testing the build (due to alt-f Q)
authorAlex Ionescu <aionescu@gmail.com>
Tue, 22 Nov 2005 06:57:36 +0000 (06:57 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Tue, 22 Nov 2005 06:57:36 +0000 (06:57 +0000)
svn path=/trunk/; revision=19453

reactos/include/ndk/rtlfuncs.h

index 3822cc2..f8e197e 100644 (file)
@@ -2230,7 +2230,7 @@ RtlResetRtlTranslations(IN PNLSTABLEINFO NlsTable);
 static __inline
 LARGE_INTEGER
 NTAPI_INLINE
-RtlConvertLongToLargeIntegerf(
+RtlConvertLongToLargeInteger(
     LONG SignedInteger
 )
 {