about summary refs log tree commit diff stats
path: root/cpp/011load
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/011load')
-rw-r--r--cpp/011load2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/011load b/cpp/011load
index 3939f72f..9978ac8c 100644
--- a/cpp/011load
+++ b/cpp/011load
@@ -27,7 +27,7 @@ vector<recipe_number> add_recipes(istream& in) {
     }
     // End Command Handlers
     else {
-      raise << "unknown top-level command: " << command;
+      raise << "unknown top-level command: " << command << '\n';
     }
   }
   return result;