exec: Add missing newline

This commit is contained in:
Martin Povišer 2024-08-07 13:02:00 +02:00
parent 01b99972b4
commit 4c3203866f
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ struct ExecPass : public Pass {
}
} else
log_cmd_error("Unknown option \"%s\" or \"--\" doesn\'t precede command.", args[argidx].c_str());
log_cmd_error("Unknown option \"%s\" or \"--\" doesn\'t precede command.\n", args[argidx].c_str());
}
}