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:
Dong Xu Wang 2013-05-09 15:53:50 +08:00 committed by Michael Tokarev
parent 7f303adc4f
commit c7e775e4dd
7 changed files with 9 additions and 9 deletions

View file

@ -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) {