0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

output: codeview -- Use nasm_error helpers

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov
2018-12-01 21:26:18 +03:00
parent b449ce49d9
commit 8525757a31

View File

@@ -369,8 +369,8 @@ done_0:
fclose(f); fclose(f);
done: done:
if (!success) { if (!success) {
nasm_error(ERR_NONFATAL, "unable to hash file %s. " nasm_nonfatal("unable to hash file %s. "
"Debug information may be unavailable.\n", "Debug information may be unavailable.",
filename); filename);
} }
return; return;