From 3b06d25a37a54495b75a95c53a06f2cf9798ba0c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 14 Apr 2014 16:18:50 +0200 Subject: [PATCH] Removed a surplus semicolon of previous changeset --- libisofs/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/tree.c b/libisofs/tree.c index cf0a1e3..dfdacd0 100644 --- a/libisofs/tree.c +++ b/libisofs/tree.c @@ -1232,7 +1232,7 @@ int iso_tree_get_node_of_block(IsoImage *image, IsoDir *dir, uint32_t block, ex: if (sections != NULL) free(sections); - if (iter != NULL); + if (iter != NULL) iso_dir_iter_free(iter); return ret; }