One more error message I missed

This commit is contained in:
Bobbi Webber-Manners 2020-06-01 23:51:56 -04:00
parent 4bb202f5f1
commit 7dd8e9b13e
2 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ void checkblock(uint blk, char *msg) {
if (isfree(blk))
err(WARN, err_blfree2, msg, blk);
if (isused(blk))
err(WARN, "%s blk %u is already used!", msg, blk);
err(WARN, err_blused2, msg, blk);
markused(blk);
}

Binary file not shown.