From 7452d0525ecfc12c11fe005c31b089a5b4d7a102 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 15 Mar 2018 23:29:08 -0700 Subject: 4228 --- html/021check_instruction.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/021check_instruction.cc.html') diff --git a/html/021check_instruction.cc.html b/html/021check_instruction.cc.html index 222256dc..8bb8ca09 100644 --- a/html/021check_instruction.cc.html +++ b/html/021check_instruction.cc.html @@ -82,7 +82,7 @@ if ('onhashchange' in window) { 20 if (inst.is_label) continue; 21 switch (inst.operation) { 22 // Primitive Recipe Checks - 23 case COPY: { + 23 case COPY: { 24 if (SIZE(inst.products) > SIZE(inst.ingredients)) { 25 raise << maybe(get(Recipe, r).name) << "too many products in '" << to_original_string(inst) << "'\n" << end(); 26 break; -- cgit 1.4.1-2-gfad0