mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
remove double semicolons
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
7f303adc4f
commit
c7e775e4dd
7 changed files with 9 additions and 9 deletions
|
@ -268,7 +268,7 @@ static GIOStatus ga_channel_write(GAChannel *c, const char *buf, size_t size,
|
|||
|
||||
GIOStatus ga_channel_write_all(GAChannel *c, const char *buf, size_t size)
|
||||
{
|
||||
GIOStatus status = G_IO_STATUS_NORMAL;;
|
||||
GIOStatus status = G_IO_STATUS_NORMAL;
|
||||
size_t count;
|
||||
|
||||
while (size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue