about summary refs log tree commit diff stats
path: root/cpp/011load.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/011load.cc')
-rw-r--r--cpp/011load.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/011load.cc b/cpp/011load.cc
index 3308863e..cee2c493 100644
--- a/cpp/011load.cc
+++ b/cpp/011load.cc
@@ -62,6 +62,7 @@ recipe_number add_recipe(istream& in) {
 
   instruction curr;
   while (next_instruction(in, &curr)) {
+    // End Rewrite Instruction(curr)
 //?     if (!curr.products.empty()) cout << curr.products[0].to_string() << '\n'; //? 1
     Recipe[r].steps.push_back(curr);
   }