about summary refs log tree commit diff stats
path: root/html/baremetal/503manhattan-line.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-14 14:03:32 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-14 14:03:32 -0800
commit20d6be52405130930fde9ca5bb5e95131ba4e659 (patch)
tree82ba4a132db206ef9adc2145d9dfd5aacd34da65 /html/baremetal/503manhattan-line.mu.html
parent232b4a1511a63a2c76ee233e7e172f8caa8232bb (diff)
downloadmu-20d6be52405130930fde9ca5bb5e95131ba4e659.tar.gz
7520
Diffstat (limited to 'html/baremetal/503manhattan-line.mu.html')
-rw-r--r--html/baremetal/503manhattan-line.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/baremetal/503manhattan-line.mu.html b/html/baremetal/503manhattan-line.mu.html
index bb47dd36..916b6f67 100644
--- a/html/baremetal/503manhattan-line.mu.html
+++ b/html/baremetal/503manhattan-line.mu.html
@@ -67,7 +67,7 @@ if ('onhashchange' in window) {
 <span id="L10" class="LineNr">10 </span>  <span class="Delimiter">{</span>
 <span id="L11" class="LineNr">11 </span>    compare x, x2
 <span id="L12" class="LineNr">12 </span>    <span class="PreProc">break-if-&gt;=</span>
-<span id="L13" class="LineNr">13 </span>    <a href='101screen.subx.html#L3'>pixel</a> screen, x, y, color
+<span id="L13" class="LineNr">13 </span>    <a href='101screen.subx.html#L5'>pixel</a> screen, x, y, color
 <span id="L14" class="LineNr">14 </span>    x <span class="SpecialChar">&lt;-</span> increment
 <span id="L15" class="LineNr">15 </span>    <span class="PreProc">loop</span>
 <span id="L16" class="LineNr">16 </span>  <span class="Delimiter">}</span>
@@ -78,7 +78,7 @@ if ('onhashchange' in window) {
 <span id="L21" class="LineNr">21 </span>  <span class="Delimiter">{</span>
 <span id="L22" class="LineNr">22 </span>    compare y, y2
 <span id="L23" class="LineNr">23 </span>    <span class="PreProc">break-if-&gt;=</span>
-<span id="L24" class="LineNr">24 </span>    <a href='101screen.subx.html#L3'>pixel</a> screen, x, y, color
+<span id="L24" class="LineNr">24 </span>    <a href='101screen.subx.html#L5'>pixel</a> screen, x, y, color
 <span id="L25" class="LineNr">25 </span>    y <span class="SpecialChar">&lt;-</span> increment
 <span id="L26" class="LineNr">26 </span>    <span class="PreProc">loop</span>
 <span id="L27" class="LineNr">27 </span>  <span class="Delimiter">}</span>