mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-08 15:13:24 +00:00
Merge pull request #4527 from povik/exec-newline
exec: Add missing newline
This commit is contained in:
commit
b1569de537
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue