From 745e8bdd7ad66ebfb0a282f820c93d3a544b2afe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 5 Oct 2015 18:26:04 -0700 Subject: 2246 --- 020run.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/020run.cc b/020run.cc index 29d57b02..329bcdb0 100644 --- a/020run.cc +++ b/020run.cc @@ -92,7 +92,7 @@ void run_current_routine() } } if (SIZE(products) < SIZE(current_instruction().products)) { - raise << SIZE(products) << " vs " << SIZE(current_instruction().products) << ": failed to write to all products! " << current_instruction().to_string() << end(); + raise << SIZE(products) << " vs " << SIZE(current_instruction().products) << ": failed to write to all products! " << current_instruction().to_string() << '\n' << end(); } else { for (long long int i = 0; i < SIZE(current_instruction().products); ++i) { -- cgit 1.4.1-2-gfad0