mirror of
https://github.com/xcat2/xNBA.git
synced 2025-07-09 14:21:32 +00:00
Fix typo
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user