mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
nasm.c: Tabs to spaces in nasm_verror_common
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
2
nasm.c
2
nasm.c
@@ -1991,7 +1991,7 @@ static void nasm_verror_common(int severity, const char *fmt, va_list args)
|
||||
break; /* placate silly compilers */
|
||||
case ERR_PANIC:
|
||||
fflush(NULL);
|
||||
/* abort(); *//* halt, catch fire, and dump core */
|
||||
/* abort(); */ /* halt, catch fire, and dump core */
|
||||
exit(3);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user