[*] Typo
This commit is contained in:
parent
6daa8ef078
commit
9ff96c26fa
@ -50,7 +50,7 @@ static auline void *AuMemmem(const void *haystack, size_t haystackLen,
|
||||
const void *const needle, const size_t needleLen)
|
||||
{
|
||||
#if defined(AURORA_IS_LINUX_DERIVED)
|
||||
return ::memmem(haystack, heystackLen, needle, needleLen);
|
||||
return ::memmem(haystack, haystackLen, needle, needleLen);
|
||||
#else
|
||||
if (!haystack)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user