summaryrefslogtreecommitdiff
path: root/output/codeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/codeview.c')
-rw-r--r--output/codeview.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/output/codeview.c b/output/codeview.c
index 0fbdcab7..51eb2ea9 100644
--- a/output/codeview.c
+++ b/output/codeview.c
@@ -369,9 +369,9 @@ done_0:
fclose(f);
done:
if (!success) {
- nasm_error(ERR_NONFATAL, "unable to hash file %s. "
- "Debug information may be unavailable.\n",
- filename);
+ nasm_nonfatal("unable to hash file %s. "
+ "Debug information may be unavailable.",
+ filename);
}
return;
}