2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-19 22:13:13 +00:00
This commit is contained in:
Michael Brown 2006-05-16 14:42:43 +00:00
parent 441189c6f8
commit 689218618f

View File

@ -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;
}