mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-06 18:20:17 +00:00
[no ci] fix
This commit is contained in:
parent
af823da627
commit
0bed561011
@ -66,7 +66,7 @@ static void ManagedHeap__fire_debug_callback(ManagedHeap* self, ManagedHeapSwpet
|
||||
if(s_freed == 0 && l_freed == 0) continue;
|
||||
snprintf(line_buf,
|
||||
sizeof(line_buf),
|
||||
"[-%24s] small: %6d large: %6d\n",
|
||||
"[%-24s] small: %6d large: %6d\n",
|
||||
type_name,
|
||||
s_freed,
|
||||
l_freed);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user