diff options
Diffstat (limited to 'ice40/pcf.cc')
-rw-r--r-- | ice40/pcf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/pcf.cc b/ice40/pcf.cc index ac1c8598..410fa1c9 100644 --- a/ice40/pcf.cc +++ b/ice40/pcf.cc @@ -31,7 +31,7 @@ bool apply_pcf(Context *ctx, std::istream &in) { try { if (!in) - log_error("failed to open PCF file"); + log_error("failed to open PCF file\n"); std::string line; while (std::getline(in, line)) { size_t cstart = line.find("#"); |