mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Fix small typo in comment
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
69bb052e00
commit
da3780dc22
@ -483,8 +483,8 @@ int main(int argc, char **argv)
|
||||
|
||||
/*
|
||||
* If no output file name provided and this
|
||||
* is not preprocess mode, we're perfectly
|
||||
* fine to output into stdout
|
||||
* is a preprocess mode, we're perfectly
|
||||
* fine to output into stdout.
|
||||
*/
|
||||
if (!outname) {
|
||||
if (!(operating_mode & OP_PREPROCESS))
|
||||
|
Loading…
x
Reference in New Issue
Block a user