mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
typo
This commit is contained in:
parent
4c5a0ff662
commit
d43a270142
1 changed files with 1 additions and 1 deletions
2
hash.c
2
hash.c
|
@ -191,7 +191,7 @@ static GMQCC_FORCEINLINE void hash_native_process(uint32_t *ph1, uint32_t *carry
|
|||
* Alignment has been reached, deal with aligned blocks, specializing for
|
||||
* all possible carry counts.
|
||||
*/
|
||||
end = ptr + len / 4 * 4;
|
||||
end = ptr + length / 4 * 4;
|
||||
switch (n) {
|
||||
case 0:
|
||||
for (; ptr < end; ptr += 4) {
|
||||
|
|
Loading…
Reference in a new issue