about summary refs log tree commit diff stats
path: root/html/020run.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-12-15 14:32:47 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-12-15 14:32:47 -0800
commit67db19a05335c7fbea3ad6737303c8848fd39e74 (patch)
tree00d9585bf4de231254867d8c7515386934bb3d3f /html/020run.cc.html
parent62a390ca0a27daa80ce4b6b17934d8d067db8631 (diff)
downloadmu-67db19a05335c7fbea3ad6737303c8848fd39e74.tar.gz
2545
update html
Diffstat (limited to 'html/020run.cc.html')
-rw-r--r--html/020run.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/020run.cc.html b/html/020run.cc.html
index e5ee3061..d0213a69 100644
--- a/html/020run.cc.html
+++ b/html/020run.cc.html
@@ -256,7 +256,7 @@ void load_permanently<span class="Delimiter">(</span>string filename<span class=
   load<span class="Delimiter">(</span>fin<span class="Delimiter">);</span>
   fin<span class="Delimiter">.</span>close<span class="Delimiter">();</span>
   <span class="Comment">// freeze everything so it doesn't get cleared by tests</span>
-  recently_added_recipes<span class="Delimiter">.</span>clear<span class="Delimiter">();</span>
+  Recently_added_recipes<span class="Delimiter">.</span>clear<span class="Delimiter">();</span>
   <span class="Comment">// End load_permanently.</span>
 <span class="Delimiter">}</span>