about summary refs log tree commit diff stats
path: root/027call_ingredient.cc
diff options
context:
space:
mode:
Diffstat (limited to '027call_ingredient.cc')
-rw-r--r--027call_ingredient.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/027call_ingredient.cc b/027call_ingredient.cc
index 9e98cdc2..1bc3a563 100644
--- a/027call_ingredient.cc
+++ b/027call_ingredient.cc
@@ -33,6 +33,7 @@ for (int i = 0; i < SIZE(ingredients); ++i) {
   reagent/*copy*/ ingredient = call_instruction.ingredients.at(i);
   // End Compute Call Ingredient
   current_call().ingredients.push_back(ingredient);
+  // End Populate Call Ingredient
 }
 
 :(before "End Primitive Recipe Declarations")