summaryrefslogtreecommitdiffstats
path: root/src/H5Lint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Lint.c')
-rw-r--r--src/H5Lint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Lint.c b/src/H5Lint.c
index d6da518..3597ab2 100644
--- a/src/H5Lint.c
+++ b/src/H5Lint.c
@@ -261,7 +261,7 @@ H5L__find_class_idx(H5L_type_t id)
for (i = 0; i < H5L_table_used_g; i++)
if (H5L_table_g[i].id == id)
- HGOTO_DONE((int)i)
+ HGOTO_DONE((int)i);
done:
FUNC_LEAVE_NOAPI(ret_value)