BR 3392529: remove excess printf() argument
commitda794322557cb361457d5384806bace5662daeaa
authorH. Peter Anvin <hpa@zytor.com>
Mon, 26 Nov 2018 22:15:46 +0000 (26 14:15 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 26 Nov 2018 22:15:46 +0000 (26 14:15 -0800)
tree9a148378da5f57a8936ee90924cafd1217d11fa3
parent4885cc2ba880e74d953bc859379358194f801cd1
BR 3392529: remove excess printf() argument

The input file is provided by nasm_error(), we should not include it
in the printf list (compiler warning + wrong message.)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
asm/nasm.c