Change DPRINTF() to do{}while(0) to avoid compiler warning
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 31 Aug 2010 07:30:37 +0000 (09:30 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 4 Sep 2010 09:45:54 +0000 (09:45 +0000)
commita5c66679a2e4ba1af452cd941a8751edd0a6c509
treec9f5cfca089c52288e2484e41153d401da42f9ba
parentaff1ff84e3d741c9aeef1ee3533720fba695ec9b
Change DPRINTF() to do{}while(0) to avoid compiler warning

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
slirp/bootp.c