about summary refs log tree commit diff stats
path: root/html/ex10.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/ex10.mu.html')
-rw-r--r--html/ex10.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/ex10.mu.html b/html/ex10.mu.html
index ac6dd059..71ede3a0 100644
--- a/html/ex10.mu.html
+++ b/html/ex10.mu.html
@@ -74,7 +74,7 @@ if ('onhashchange' in window) {
 <span id="L16" class="LineNr">16 </span>  $main:event-loop: <span class="Delimiter">{</span>
 <span id="L17" class="LineNr">17 </span>    <span class="PreProc">var</span> dx/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L18" class="LineNr">18 </span>    <span class="PreProc">var</span> dy/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
-<span id="L19" class="LineNr">19 </span>    dx, dy <span class="Special">&lt;-</span> <a href='boot.subx.html#L1393'>read-mouse-event</a>
+<span id="L19" class="LineNr">19 </span>    dx, dy <span class="Special">&lt;-</span> <a href='boot.subx.html#L1415'>read-mouse-event</a>
 <span id="L20" class="LineNr">20 </span>    <span class="Delimiter">{</span>
 <span id="L21" class="LineNr">21 </span>      compare dx, <span class="Constant">0</span>
 <span id="L22" class="LineNr">22 </span>      <span class="PreProc">break-if-!=</span>