net/net.c: Remove unnecessary semicolon

Signed-off-by: Igor Ryzhov <iryzhov@arccn.ru>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Igor Ryzhov 2014-04-16 17:43:07 +04:00 committed by Stefan Hajnoczi
parent 16cf0b2b34
commit b925965294
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ ssize_t qemu_deliver_packet(NetClientState *sender,
if (ret == 0) {
nc->receive_disabled = 1;
};
}
return ret;
}