From 8525757a315e6d3a5b8d2d4175dd6fb5e2133ec6 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 1 Dec 2018 21:26:18 +0300 Subject: output: codeview -- Use nasm_error helpers Signed-off-by: Cyrill Gorcunov --- output/codeview.c | 6 +++--- 1 file 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; } -- cgit v1.2.3