about summary refs log tree commit diff stats
path: root/040brace.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-22 15:40:44 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-22 15:40:44 -0800
commitbe45c431146bc0740a30c77ebd559840104c1140 (patch)
tree6b690a9821cd5fbcd722ce1861fb409dd2357b7a /040brace.cc
parent8abff87099450c3793274a7e3c13a713f4a31887 (diff)
downloadmu-be45c431146bc0740a30c77ebd559840104c1140.tar.gz
2685
Diffstat (limited to '040brace.cc')
-rw-r--r--040brace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/040brace.cc b/040brace.cc
index 6458e8ef..735cdab3 100644
--- a/040brace.cc
+++ b/040brace.cc
@@ -61,7 +61,7 @@ void transform_braces(const recipe_ordinal r) {
     }
     if (inst.label == "}") {
       if (open_braces.empty()) {
-        raise << "missing '{' in " << get(Recipe, r).name << '\n';
+        raise << "missing '{' in " << get(Recipe, r).name << '\n' << end();
         return;
       }
       open_braces.pop();