mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
exec: Add missing newline
This commit is contained in:
parent
01b99972b4
commit
4c3203866f
|
@ -141,7 +141,7 @@ struct ExecPass : public Pass {
|
||||||
}
|
}
|
||||||
|
|
||||||
} else
|
} 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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue