mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03: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
|
@ -878,7 +878,7 @@ static int local_remove(FsContext *ctx, const char *path)
|
|||
* Now remove the name from parent directory
|
||||
* .virtfs_metadata directory
|
||||
*/
|
||||
err = remove(local_mapped_attr_path(ctx, path, buffer));;
|
||||
err = remove(local_mapped_attr_path(ctx, path, buffer));
|
||||
if (err < 0 && errno != ENOENT) {
|
||||
/*
|
||||
* We didn't had the .virtfs_metadata file. May be file created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue