diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-09-15 20:06:01 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-09-15 20:06:01 (GMT) |
commit | 24725d64aa4e944c4be4e0dcefa0880cb8ac627c (patch) | |
tree | cc07ac2b9b1d700cfc0b9f7148a4facb4842b4c4 /src/H5F.c | |
parent | 926011174e7c1b75e55f07f5ad100e6cc0b16614 (diff) | |
download | hdf5-24725d64aa4e944c4be4e0dcefa0880cb8ac627c.zip hdf5-24725d64aa4e944c4be4e0dcefa0880cb8ac627c.tar.gz hdf5-24725d64aa4e944c4be4e0dcefa0880cb8ac627c.tar.bz2 |
[svn-r12668] Description:
Re-run 'bin/reconfigure' script after recent checkins
Tested on:
none - shouldn't have any affect on compilation
Diffstat (limited to 'src/H5F.c')
-rw-r--r-- | src/H5F.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2761,6 +2761,7 @@ H5Fget_intent(hid_t file_id, unsigned *intent_flags) H5F_t * file = NULL; herr_t ret_value=SUCCEED; FUNC_ENTER_API(H5Fget_intent, FAIL) + H5TRACE2("e","i*Iu",file_id,intent_flags); if (NULL==(file=H5I_object_verify(file_id, H5I_FILE))) HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a file") |