Typo fixed in RtlUshortByteSwap

This commit is contained in:
PatrickvL 2016-12-26 20:17:54 +01:00
parent 1e639d98af
commit bdc11da533
1 changed files with 1 additions and 1 deletions

View File

@ -1188,7 +1188,7 @@ XBSYSAPI EXPORTNUM(318) xboxkrnl::USHORT FASTCALL xboxkrnl::RtlUshortByteSwap
{
LOG_FUNC_ONE_ARG(Source);
ULONG ret = NtDll::RtlUshortByteSwap(Source);
USHORT ret = NtDll::RtlUshortByteSwap(Source);
RETURN(ret);
}