about summary refs log tree commit diff stats
path: root/055shape_shifting_container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-10 22:05:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-10 22:05:04 -0700
commitb56064194e6fdd1e6a27d3ca6f39aec1378f84bc (patch)
tree4f5d9598e7d0dda0e789d8fac591b5cd57c0222c /055shape_shifting_container.cc
parent47ce2063a5b4fc11bee903a3cab3d82d45f8505f (diff)
downloadmu-b56064194e6fdd1e6a27d3ca6f39aec1378f84bc.tar.gz
3043
Diffstat (limited to '055shape_shifting_container.cc')
-rw-r--r--055shape_shifting_container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/055shape_shifting_container.cc b/055shape_shifting_container.cc
index 13a3c287..8bca9dd3 100644
--- a/055shape_shifting_container.cc
+++ b/055shape_shifting_container.cc
@@ -253,7 +253,7 @@ replace_type_ingredients(element, type, info);
 replace_type_ingredients(element, type, info);
 :(before "Compute Container Address Offset(element)")
 replace_type_ingredients(element, type, info);
-if (contains_type_ingredient(element)) return true;  // error raised elsewhere
+if (contains_type_ingredient(element)) return;  // error raised elsewhere
 
 :(code)
 void replace_type_ingredients(reagent& element, const type_tree* caller_type, const type_info& info) {