Fix a minor typo
This commit is contained in:
parent
fdc4133ac9
commit
8c2cd057b2
@ -66,7 +66,7 @@ ALenum NewThunkEntry(ALuint *index)
|
||||
if(!NewList)
|
||||
{
|
||||
WriteUnlock(&ThunkLock);
|
||||
ERR("Realloc failed to increase to %u enties!\n", ThunkArraySize*2);
|
||||
ERR("Realloc failed to increase to %u entries!\n", ThunkArraySize*2);
|
||||
return AL_OUT_OF_MEMORY;
|
||||
}
|
||||
memset(&NewList[ThunkArraySize], 0, ThunkArraySize*sizeof(*ThunkArray));
|
||||
|
Loading…
Reference in New Issue
Block a user