Removed a surplus semicolon of previous changeset

This commit is contained in:
Thomas Schmitt 2014-04-14 16:18:50 +02:00
parent 9e5158f59e
commit 3b06d25a37
1 changed files with 1 additions and 1 deletions

View File

@ -1232,7 +1232,7 @@ int iso_tree_get_node_of_block(IsoImage *image, IsoDir *dir, uint32_t block,
ex: ex:
if (sections != NULL) if (sections != NULL)
free(sections); free(sections);
if (iter != NULL); if (iter != NULL)
iso_dir_iter_free(iter); iso_dir_iter_free(iter);
return ret; return ret;
} }