summaryrefslogtreecommitdiff
path: root/asm/preproc-nop.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/preproc-nop.c')
-rw-r--r--asm/preproc-nop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/preproc-nop.c b/asm/preproc-nop.c
index 6f7aaf9e..ee690063 100644
--- a/asm/preproc-nop.c
+++ b/asm/preproc-nop.c
@@ -70,7 +70,7 @@ static void nop_reset(const char *file, int pass, StrList **deplist)
nop_fp = nasm_open_read(file, NF_TEXT);
if (!nop_fp)
- nasm_fatal(ERR_NOFILE, "unable to open input file `%s'", file);
+ nasm_fatal_fl(ERR_NOFILE, "unable to open input file `%s'", file);
(void)pass; /* placate compilers */
nasm_add_string_to_strlist(deplist, file);