Removed a redundant line of code
This commit is contained in:
parent
1218e6e32d
commit
1195614881
@ -394,7 +394,6 @@ int img_collect_inos(IsoImage *image, IsoDir *dir, int flag)
|
||||
return ret;
|
||||
while (iso_dir_iter_next(iter, &node) == 1 ) {
|
||||
ret = img_register_ino(image, node, 0);
|
||||
if (ret < 0)
|
||||
if (ret < 0)
|
||||
goto ex;
|
||||
if (iso_node_get_type(node) == LIBISO_DIR) {
|
||||
|
Loading…
Reference in New Issue
Block a user