From 414b452ffb854c480e179727fba2c7f5ee502adc Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 25 Sep 2016 16:36:10 -0700 Subject: 3416 --- html/071recipe.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/071recipe.cc.html') diff --git a/html/071recipe.cc.html b/html/071recipe.cc.html index cb783500..fd4b234a 100644 --- a/html/071recipe.cc.html +++ b/html/071recipe.cc.html @@ -234,7 +234,7 @@ recipe from_reagent(constreturn result_header; // no products } read_products: - for (/*nada*/; curr && !curr->atom; curr=curr->right) + for (/*nada*/; curr && !curr->atom; curr = curr->right) result_header.products.push_back(next_recipe_reagent(curr->left)); if (curr) { assert(curr->atom); -- cgit 1.4.1-2-gfad0