mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
nasm.c: Tabs to spaces in nasm_verror_gnu
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
22ad904341
commit
04dba65098
6
nasm.c
6
nasm.c
@ -1850,10 +1850,10 @@ static void nasm_verror_gnu(int severity, const char *fmt, va_list ap)
|
||||
src_get(&lineno, ¤tfile);
|
||||
|
||||
if (currentfile) {
|
||||
fprintf(error_file, "%s:%"PRId32": ", currentfile, lineno);
|
||||
nasm_free(currentfile);
|
||||
fprintf(error_file, "%s:%"PRId32": ", currentfile, lineno);
|
||||
nasm_free(currentfile);
|
||||
} else {
|
||||
fputs("nasm: ", error_file);
|
||||
fputs("nasm: ", error_file);
|
||||
}
|
||||
|
||||
nasm_verror_common(severity, fmt, ap);
|
||||
|
Loading…
x
Reference in New Issue
Block a user