summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-22 16:04:53 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-22 16:04:53 (GMT)
commit935f19ec9929e8d06142f8bcfde2202ee9ad1d4e (patch)
tree7002ece1f682b614f1917a733efcfdd68b8b1290 /src/H5F.c
parent9cf79f5a13b198b293150fc8fb93c8bd8a5c71a6 (diff)
downloadhdf5-935f19ec9929e8d06142f8bcfde2202ee9ad1d4e.zip
hdf5-935f19ec9929e8d06142f8bcfde2202ee9ad1d4e.tar.gz
hdf5-935f19ec9929e8d06142f8bcfde2202ee9ad1d4e.tar.bz2
[svn-r8403] Purpose:
bug fix Description: a missd?\127?\127ing declaration of the new function H5I_get_file_id was causing a eror on free bsd Solution: aadd the declaration Platforms tested: linux Misc. update:
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 4d7c3c1..316ad43 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -4497,4 +4497,5 @@ H5F_get_id(H5F_t *file)
done:
FUNC_LEAVE_NOAPI(ret_value)
-} /* end H5F_get_id() */ \ No newline at end of file
+} /* end H5F_get_id() */
+