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,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;
}