about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-07-09 14:34:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-07-09 14:34:17 -0700
commitec99eb7a2aa67b55d0fdc1dcb9c40e59d8ec42a7 (patch)
treeaf0ea692f98dc74082c3509fbad8191cbeb8a042 /082scenario_screen.cc
parent6573fe1f1aa6d87c027d10429ded7e0162e52902 (diff)
downloadmu-ec99eb7a2aa67b55d0fdc1dcb9c40e59d8ec42a7.tar.gz
3966
Diffstat (limited to '082scenario_screen.cc')
-rw-r--r--082scenario_screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/082scenario_screen.cc b/082scenario_screen.cc
index 4ee62e06..ee90819e 100644
--- a/082scenario_screen.cc
+++ b/082scenario_screen.cc
@@ -140,7 +140,7 @@ $error: 0
 :(before "End Globals")
 extern const int Max_variables_in_scenarios = Reserved_for_tests-100;
 int Next_predefined_global_for_scenarios = Max_variables_in_scenarios;
-:(before "End Setup")
+:(before "End Reset")
 assert(Next_predefined_global_for_scenarios < Reserved_for_tests);
 
 :(before "End Globals")