about summary refs log tree commit diff stats
path: root/html/ex2.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/ex2.mu.html')
-rw-r--r--html/ex2.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/ex2.mu.html b/html/ex2.mu.html
index b9fc5124..ee5edcd4 100644
--- a/html/ex2.mu.html
+++ b/html/ex2.mu.html
@@ -76,7 +76,7 @@ if ('onhashchange' in window) {
 <span id="L18" class="LineNr">18 </span>      <span class="PreProc">break-if-&gt;=</span>
 <span id="L19" class="LineNr">19 </span>      <span class="PreProc">var</span> color/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy x
 <span id="L20" class="LineNr">20 </span>      color <span class="Special">&lt;-</span> and <span class="Constant">0xff</span>
-<span id="L21" class="LineNr">21 </span>      <a href='500fake-screen.mu.html#L462'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a> x, y, color
+<span id="L21" class="LineNr">21 </span>      <a href='500fake-screen.mu.html#L463'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a> x, y, color
 <span id="L22" class="LineNr">22 </span>      x <span class="Special">&lt;-</span> increment
 <span id="L23" class="LineNr">23 </span>      <span class="PreProc">loop</span>
 <span id="L24" class="LineNr">24 </span>    <span class="Delimiter">}</span>