From: pbrook Date: Thu, 7 Jun 2007 23:24:56 +0000 (+0000) Subject: Fix return type. X-Git-Tag: release_0_9_1~937 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fdcd8d43e97dbfbd0e3045b5675f323eb5dd916;p=thirdparty%2Fqemu.git Fix return type. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2960 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/mcf_fec.c b/hw/mcf_fec.c index 3787c23ae34..d4613dda2c0 100644 --- a/hw/mcf_fec.c +++ b/hw/mcf_fec.c @@ -188,7 +188,7 @@ static void mcf_fec_do_tx(mcf_fec_state *s) s->tx_descriptor = addr; } -static int mcf_fec_enable_rx(mcf_fec_state *s) +static void mcf_fec_enable_rx(mcf_fec_state *s) { mcf_fec_bd bd;