about summary refs log tree commit diff stats
path: root/html/apps/raytracing/1.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/raytracing/1.mu.html')
-rw-r--r--html/apps/raytracing/1.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/raytracing/1.mu.html b/html/apps/raytracing/1.mu.html
index bc5ab657..b72418ad 100644
--- a/html/apps/raytracing/1.mu.html
+++ b/html/apps/raytracing/1.mu.html
@@ -65,7 +65,7 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr"> 7 </span><span class="muComment">#   $ ./translate_mu apps/raytracing/1.mu</span>
 <span id="L8" class="LineNr"> 8 </span><span class="muComment">#   $ ./a.elf &gt; 1.ppm</span>
 <span id="L9" class="LineNr"> 9 </span>
-<span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='1.mu.html#L10'>main</a></span><span class="PreProc"> -&gt; </span>_/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> <span class="muFunction">main</span><span class="PreProc"> -&gt; </span>_/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L11" class="LineNr">11 </span>  <a href='../../405screen.mu.html#L169'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;P3\n256 256\n255\n&quot;</span>
 <span id="L12" class="LineNr">12 </span>  <span class="PreProc">var</span> j/<span class="Constant">ecx</span>: int <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0xff</span>
 <span id="L13" class="LineNr">13 </span>  <span class="Delimiter">{</span>