mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-20 06:23:14 +00:00
Fix typo
This commit is contained in:
parent
441189c6f8
commit
689218618f
@ -124,7 +124,7 @@ void * alloc_memblock ( size_t size, size_t align ) {
|
||||
}
|
||||
}
|
||||
|
||||
DBG ( "Failed to allocate %z (aligned %zx)\n", size, align );
|
||||
DBG ( "Failed to allocate %zx (aligned %zx)\n", size, align );
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user