summaryrefslogtreecommitdiffstats
path: root/doc/getting-started-with-hdf5-development.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/getting-started-with-hdf5-development.md')
-rw-r--r--doc/getting-started-with-hdf5-development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getting-started-with-hdf5-development.md b/doc/getting-started-with-hdf5-development.md
index 0365db7..3754df7 100644
--- a/doc/getting-started-with-hdf5-development.md
+++ b/doc/getting-started-with-hdf5-development.md
@@ -713,7 +713,7 @@ error:
{
H5Fclose(fid);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FAIL;
}