diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-14 10:50:43 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-14 10:50:43 (GMT) |
commit | 2cb441c507dfbd4437ccf29e232a9b730e6e1003 (patch) | |
tree | 92bfce726bb40ed8b11bc34691d8f29e7da9626d /src/H5FL.c | |
parent | 7e4fb729137dff3851122be63beabfc03137be4a (diff) | |
download | hdf5-2cb441c507dfbd4437ccf29e232a9b730e6e1003.zip hdf5-2cb441c507dfbd4437ccf29e232a9b730e6e1003.tar.gz hdf5-2cb441c507dfbd4437ccf29e232a9b730e6e1003.tar.bz2 |
[svn-r28629] Minor normalization with revise_chunks.
Tested on:
Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
(these changes have been in revise_chunks for a long time)
Diffstat (limited to 'src/H5FL.c')
-rw-r--r-- | src/H5FL.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -314,8 +314,7 @@ done: * * Purpose: Release an object & put on free list * - * Return: Success: Non-negative - * Failure: Negative + * Return: Always returns NULL * * Programmer: Quincey Koziol * Friday, March 24, 2000 |