diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-06-16 19:26:17 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-06-16 19:26:17 (GMT) |
commit | a0e6e24ff54105ed606d6a7ef317c98864dbe90a (patch) | |
tree | 513569c0180d98abf12fa418c0a4518469943fb1 /src/H5SM.c | |
parent | 1c8ec63a3deefff0123f15e94c9c8b9209046293 (diff) | |
download | hdf5-a0e6e24ff54105ed606d6a7ef317c98864dbe90a.zip hdf5-a0e6e24ff54105ed606d6a7ef317c98864dbe90a.tar.gz hdf5-a0e6e24ff54105ed606d6a7ef317c98864dbe90a.tar.bz2 |
[svn-r19010] Purpose:
Clean up code.
Description:
Reorganize to remove mixed declarations and
code (which should satisfy windows compile).
Tested:
jam, blue print, gandalf
Windows 7 w/ VS Express 2008 (on VMware)
Diffstat (limited to 'src/H5SM.c')
-rwxr-xr-x | src/H5SM.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ H5SM_init(H5F_t *f, H5P_genplist_t * fc_plist, const H5O_loc_t *ext_loc, hid_t d unsigned x; /* Local index variable */ herr_t ret_value = SUCCEED; /* Return value */ - FUNC_ENTER_NOAPI_TAG(H5SM_init, dxpl_id, H5AC__SOHM_TAG, NULL) + FUNC_ENTER_NOAPI_TAG(H5SM_init, dxpl_id, H5AC__SOHM_TAG, FAIL) HDassert(f); /* File should not already have a SOHM table */ |