From d059fe743df6a5e8a72fc1418f2c3ba1ed5ac1e6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 20 Oct 2016 00:37:24 -0700 Subject: 3524 --- html/041jump_target.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/041jump_target.cc.html') diff --git a/html/041jump_target.cc.html b/html/041jump_target.cc.html index 23cda500..d0b2b3aa 100644 --- a/html/041jump_target.cc.html +++ b/html/041jump_target.cc.html @@ -60,7 +60,7 @@ Transform.push_back(:(code) void transform_labels(const recipe_ordinal r) { map<string, int> offset; - for (int i = 0; i < SIZE(get(Recipe, r).steps); ++i) { + for (int i = 0; i < SIZE(get(Recipe, r).steps); ++i) { const instruction& inst = get(Recipe, r).steps.at(i); if (starts_with(inst.label, "+")) { if (!contains_key(offset, inst.label)) { @@ -73,7 +73,7 @@ Transform.push_back(} } } - for (int i = 0; i < SIZE(get(Recipe, r).steps); ++i) { + for (int i = 0; i < SIZE(get(Recipe, r).steps); ++i) { instruction& inst = get(Recipe, r).steps.at(i); if (inst.name == "jump") { if (inst.ingredients.empty()) { -- cgit 1.4.1-2-gfad0