summaryrefslogtreecommitdiffstats
path: root/src/H5SM.c
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2010-06-16 19:26:17 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2010-06-16 19:26:17 (GMT)
commita0e6e24ff54105ed606d6a7ef317c98864dbe90a (patch)
tree513569c0180d98abf12fa418c0a4518469943fb1 /src/H5SM.c
parent1c8ec63a3deefff0123f15e94c9c8b9209046293 (diff)
downloadhdf5-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-xsrc/H5SM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5SM.c b/src/H5SM.c
index b26e1b1..53d8b9f 100755
--- a/src/H5SM.c
+++ b/src/H5SM.c
@@ -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 */