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