mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Change language in leak detector
This commit is contained in:
parent
bda2a4d55e
commit
22094ae9ca
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void CheckForMemoryLeaks(void) {
|
|||
// check for leaks
|
||||
malloc_inspect_all(visitor, 0);
|
||||
if (leak_count) {
|
||||
kprintf("loser: you forgot to call free %'d time%s\n", leak_count,
|
||||
kprintf("you forgot to call free %'d time%s\n", leak_count,
|
||||
leak_count == 1 ? "" : "s");
|
||||
_exit(73);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue