fix typo: delete redundant semicolon

Double semicolons should be single.

Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Dong Xu Wang 2011-11-29 16:52:38 +08:00 committed by Stefan Hajnoczi
parent 91a9ecefb6
commit 3a93113a00
15 changed files with 21 additions and 21 deletions

View file

@ -429,7 +429,7 @@ static void smc91c111_writeb(void *opaque, target_phys_addr_t offset,
smc91c111_update(s);
return;
}
break;;
break;
case 3:
switch (offset) {