projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16cf0b2
)
net/net.c: Remove unnecessary semicolon
author
Igor Ryzhov
<iryzhov@arccn.ru>
Wed, 16 Apr 2014 13:43:07 +0000
(17:43 +0400)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Fri, 25 Apr 2014 11:40:04 +0000
(13:40 +0200)
Signed-off-by: Igor Ryzhov <iryzhov@arccn.ru>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
net/net.c
patch
|
blob
|
history
diff --git
a/net/net.c
b/net/net.c
index a4aadffc111553c22970d1d6337046694815856e..bc9ed6def0fd4363d152179e9eb29836309c6e57 100644
(file)
--- 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;
}