continue, no return
This commit is contained in:
parent
a73c1f89b1
commit
760346ed08
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ int udev_enumerate_scan_devices(struct udev_enumerate *udev_enumerate)
|
|||
}
|
||||
|
||||
free(de);
|
||||
return -1;
|
||||
continue;
|
||||
}
|
||||
|
||||
// TODO do we really need structure for every thread ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue