Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Apr 15, 2024
1 parent 2eeaf16 commit 50b55db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main(string[] args) {
stderr.writeln("-o requires FILE parameter");
return 1;
}
if (outFile != "out.asm") {
if (outFile != "out") {
stderr.writeln("Output file set multiple times");
return 1;
}
Expand Down

0 comments on commit 50b55db

Please sign in to comment.