Removed a redundant line of code

This commit is contained in:
Thomas Schmitt 2009-05-01 15:02:30 +02:00
parent 1218e6e32d
commit 1195614881
1 changed files with 0 additions and 1 deletions

View File

@ -394,7 +394,6 @@ int img_collect_inos(IsoImage *image, IsoDir *dir, int flag)
return ret; return ret;
while (iso_dir_iter_next(iter, &node) == 1 ) { while (iso_dir_iter_next(iter, &node) == 1 ) {
ret = img_register_ino(image, node, 0); ret = img_register_ino(image, node, 0);
if (ret < 0)
if (ret < 0) if (ret < 0)
goto ex; goto ex;
if (iso_node_get_type(node) == LIBISO_DIR) { if (iso_node_get_type(node) == LIBISO_DIR) {