about summary refs log tree commit diff stats
path: root/html/apps/rpn.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/rpn.mu.html')
-rw-r--r--html/apps/rpn.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/rpn.mu.html b/html/apps/rpn.mu.html
index 43ec8995..d1894cf0 100644
--- a/html/apps/rpn.mu.html
+++ b/html/apps/rpn.mu.html
@@ -101,7 +101,7 @@ if ('onhashchange' in window) {
 <span id="L43" class="LineNr"> 43 </span>    <span class="muComment"># parse and eval</span>
 <span id="L44" class="LineNr"> 44 </span>    <span class="PreProc">var</span> out/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> <a href='rpn.mu.html#L59'>simplify</a> in
 <span id="L45" class="LineNr"> 45 </span>    <span class="muComment"># print</span>
-<span id="L46" class="LineNr"> 46 </span>    <a href='../405screen.mu.html#L481'>print-int32-decimal</a> <span class="Constant">0</span>, out
+<span id="L46" class="LineNr"> 46 </span>    <a href='../405screen.mu.html#L480'>print-int32-decimal</a> <span class="Constant">0</span>, out
 <span id="L47" class="LineNr"> 47 </span>    <a href='../405screen.mu.html#L169'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;\n&quot;</span>
 <span id="L48" class="LineNr"> 48 </span>    <span class="muComment">#</span>
 <span id="L49" class="LineNr"> 49 </span>    <span class="PreProc">loop</span>