about summary refs log tree commit diff stats
path: root/055shape_shifting_container.cc
diff options
context:
space:
mode:
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) {