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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user