mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-25 18:10:23 +08:00
output: codeview -- Use nasm_error helpers
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
b449ce49d9
commit
8525757a31
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user