mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
91a9ecefb6
commit
3a93113a00
15 changed files with 21 additions and 21 deletions
|
@ -65,7 +65,7 @@ static int tap_alloc(char *dev, size_t dev_size)
|
|||
static int arp_fd = 0;
|
||||
int ip_muxid, arp_muxid;
|
||||
struct strioctl strioc_if, strioc_ppa;
|
||||
int link_type = I_PLINK;;
|
||||
int link_type = I_PLINK;
|
||||
struct lifreq ifr;
|
||||
char actual_name[32] = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue