about summary refs log tree commit diff stats
path: root/cpp/022call_ingredient
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-12 20:56:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-12 20:56:45 -0700
commitca01193d8b4c564766727bf13b4a4c51db14715a (patch)
tree0445740d110b637b31ec846beb6998cf4644f9f2 /cpp/022call_ingredient
parentf1a6f32323a982f8aa9b8fe757f8d4e2ae4d77db (diff)
downloadmu-ca01193d8b4c564766727bf13b4a4c51db14715a.tar.gz
1052
Diffstat (limited to 'cpp/022call_ingredient')
-rw-r--r--cpp/022call_ingredient2
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)")