about summary refs log tree commit diff stats
path: root/cpp/010vm
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/010vm')
-rw-r--r--cpp/010vm1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/010vm b/cpp/010vm
index 53496fde..a8dd451a 100644
--- a/cpp/010vm
+++ b/cpp/010vm
@@ -12,6 +12,7 @@ int Next_recipe_number = 1;
 struct recipe {
   string name;
   vector<instruction> steps;
+  // End Recipe Fields
 };
 
 :(before "struct recipe")