Am 16.04.2014 15:43, schrieb Igor Ryzhov:
> Signed-off-by: Igor Ryzhov <iryz...@arccn.ru>
> ---
>  net/net.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/net.c b/net/net.c
> index e3ef1e4..60a07f1 100644
> --- a/net/net.c
> +++ b/net/net.c
> @@ -473,7 +473,7 @@ ssize_t qemu_deliver_packet(NetClientState *sender,
>  
>      if (ret == 0) {
>          nc->receive_disabled = 1;
> -    };
> +    }
>  
>      return ret;
>  }
> 

Reviewed-by: Stefan Weil <s...@weilnetz.de>

CC'ing qemu-trivial

PS. The "." at the end of your subject line is unnecessary, too. :-)


Reply via email to