mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03: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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user