summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-08-08 17:52:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-08-08 17:52:17 (GMT)
commit6680e94aebf3f7b2929c740c7951b4bcf3f9b555 (patch)
tree6f0d4a47c1ad88413ab94574cd2e8eac75253214 /src/H5O.c
parentd8397a6f426227d09d20e647ce8b12b8c6295b2d (diff)
downloadhdf5-6680e94aebf3f7b2929c740c7951b4bcf3f9b555.zip
hdf5-6680e94aebf3f7b2929c740c7951b4bcf3f9b555.tar.gz
hdf5-6680e94aebf3f7b2929c740c7951b4bcf3f9b555.tar.bz2
[svn-r5843] Purpose:
Code cleanup Description: Clean up a few warnings which were showing up with --enable-production turned on. Platforms tested: FreeBSD 4.6 (sleipnir) serial & parallel
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5O.c b/src/H5O.c
index aede4d4..a569e3c 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -908,7 +908,7 @@ H5O_count (H5G_entry_t *ent, const H5O_class_t *type)
ret_value=acc;
done:
- FUNC_LEAVE (acc);
+ FUNC_LEAVE (ret_value);
}