mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Merge branch 'netwide-assembler:master' into master
This commit is contained in:
commit
a05239c08e
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ if ($out_format eq 'txt') {
|
|||
print "$outfile: producing text output...\n";
|
||||
&write_txt;
|
||||
} elsif ($out_format eq 'html') {
|
||||
$outfile = 'nasmdoc0.html';
|
||||
$outfile = 'nasm00.html';
|
||||
print "$outfile: producing HTML output...\n";
|
||||
&write_html;
|
||||
} elsif ($out_format eq 'dip') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue