about summary refs log tree commit diff stats
path: root/085scenario_console.cc
diff options
context:
space:
mode:
Diffstat (limited to '085scenario_console.cc')
-rw-r--r--085scenario_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/085scenario_console.cc b/085scenario_console.cc
index fc0e21cc..d18792af 100644
--- a/085scenario_console.cc
+++ b/085scenario_console.cc
@@ -273,7 +273,7 @@ int count_events(const recipe& r) {
     if (curr.name == "type")
       result += unicode_length(curr.ingredients.at(0).name);
     else
-      result++;
+      ++result;
   }
   return result;
 }