about summary refs log tree commit diff stats
path: root/020run.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 /020run.cc
parent6573fe1f1aa6d87c027d10429ded7e0162e52902 (diff)
downloadmu-ec99eb7a2aa67b55d0fdc1dcb9c40e59d8ec42a7.tar.gz
3966
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/020run.cc b/020run.cc
index b059224e..d70577ea 100644
--- a/020run.cc
+++ b/020run.cc
@@ -48,7 +48,7 @@ struct routine {
 
 :(before "End Globals")
 routine* Current_routine = NULL;
-:(before "End Setup")
+:(before "End Reset")
 Current_routine = NULL;
 
 :(code)