about summary refs log tree commit diff stats
path: root/040brace.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-07-01 22:34:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-07-01 22:34:50 -0700
commit3259784417ceb4e81156f708eaccf417cd048ea2 (patch)
treeadb6c771afc019752d97e3e0aed95fa8d481ec3b /040brace.cc
parent4634136fc80f37c534def6cbad0371ade034c747 (diff)
downloadmu-3259784417ceb4e81156f708eaccf417cd048ea2.tar.gz
3083
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 02e3e210..bd104ffa 100644
--- a/040brace.cc
+++ b/040brace.cc
@@ -114,7 +114,7 @@ void transform_braces(const recipe_ordinal r) {
     }
     // if implicit, compute target
     reagent target;
-    target.type = new type_tree("offset", get(Type_ordinal, "offset"));
+    target.type = new type_tree("offset");
     target.set_value(0);
     if (open_braces.empty())
       raise << "'" << inst.old_name << "' needs a '{' before\n" << end();