diff options
Diffstat (limited to 'cpp/022call_ingredient')
-rw-r--r-- | cpp/022call_ingredient | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/022call_ingredient b/cpp/022call_ingredient index 3736177a..963c5fe8 100644 --- a/cpp/022call_ingredient +++ b/cpp/022call_ingredient @@ -12,7 +12,7 @@ recipe f [ +mem: location 12 is 2 +mem: storing 3 in location 13 -:(before "End Call Fields") +:(before "End call Fields") vector<vector<int> > ingredient_atoms; size_t next_ingredient_to_process; :(replace{} "call(recipe_number r)") |