diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-09-11 00:59:56 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-09-11 00:59:56 -0700 |
commit | 91a5f3e10300fd84db26690095329592de0942d7 (patch) | |
tree | 892f8d2f339f834ff6a8269e1fe098750c99090d /html/apps/print-file.mu.html | |
parent | 3a4be20aba860bb62db3271b8e157bcc807514b0 (diff) | |
download | mu-91a5f3e10300fd84db26690095329592de0942d7.tar.gz |
6774
Diffstat (limited to 'html/apps/print-file.mu.html')
-rw-r--r-- | html/apps/print-file.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/print-file.mu.html b/html/apps/print-file.mu.html index 19683ba9..761520f7 100644 --- a/html/apps/print-file.mu.html +++ b/html/apps/print-file.mu.html @@ -81,7 +81,7 @@ if ('onhashchange' in window) { <span id="L23" class="LineNr">23 </span> <span class="PreProc">var</span> in: (handle buffered-file) <span id="L24" class="LineNr">24 </span> <span class="Delimiter">{</span> <span id="L25" class="LineNr">25 </span> <span class="PreProc">var</span> addr-in/<span class="Constant">eax</span>: (addr handle buffered-file) <span class="SpecialChar"><-</span> address in -<span id="L26" class="LineNr">26 </span> <a href='../306files.subx.html#L3'>open</a> *filename, <span class="Constant">0</span>, addr-in +<span id="L26" class="LineNr">26 </span> <a href='../306files.subx.html#L12'>open</a> *filename, <span class="Constant">0</span>, addr-in <span id="L27" class="LineNr">27 </span> <span class="Delimiter">}</span> <span id="L28" class="LineNr">28 </span> <span class="PreProc">var</span> _in-addr/<span class="Constant">eax</span>: (addr buffered-file) <span class="SpecialChar"><-</span> <a href='../120allocate.subx.html#L256'>lookup</a> in <span id="L29" class="LineNr">29 </span> <span class="PreProc">var</span> in-addr/<span class="Constant">ecx</span>: (addr buffered-file) <span class="SpecialChar"><-</span> copy _in-addr |