about summary refs log tree commit diff stats
path: root/cpp/027space
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/027space')
-rw-r--r--cpp/027space2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/027space b/cpp/027space
index fed15bf6..7794db23 100644
--- a/cpp/027space
+++ b/cpp/027space
@@ -26,7 +26,7 @@ recipe main [
 ]
 +mem: storing 34 in location 8
 
-:(before "End Call Fields")
+:(before "End call Fields")
 size_t default_space;
 :(replace "call(recipe_number r) :running_recipe(r)")
 call(recipe_number r) :running_recipe(r), pc(0), next_ingredient_to_process(0), default_space(0) {}