dprintf: fix uninitialized pointer; return void
authorH. Peter Anvin <hpa@zytor.com>
Fri, 20 Nov 2009 00:52:11 +0000 (16:52 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 20 Nov 2009 00:52:11 +0000 (16:52 -0800)
commitbc06fce990b5bb8559d37eb2d2a7aa8c69ca024b
tree95687475bd42e11a1db3832971969abc33c70705
parent8b5bef3b13cf05f4e661370ee353a4a86c00ea11
dprintf: fix uninitialized pointer; return void

Fix an uninitialized pointer bug; return void rather than returning
int like normal printfs... if we're depending on the return value of a
debugging function we're screwed when debugging is disabled.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/dprintf.h
com32/lib/dprintf.c
com32/lib/vdprintf.c