summaryrefslogtreecommitdiffstats
path: root/src/H5Sall.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-07 16:14:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-07 16:14:49 (GMT)
commit0f166ceda6b5002e4e45984ee981d8dab8ccf078 (patch)
treeab90e2d7cc24b8a8c17327f6131138721edb5318 /src/H5Sall.c
parentcf419d05ab65b423bc4ce395972e84522ca3eec5 (diff)
downloadhdf5-0f166ceda6b5002e4e45984ee981d8dab8ccf078.zip
hdf5-0f166ceda6b5002e4e45984ee981d8dab8ccf078.tar.gz
hdf5-0f166ceda6b5002e4e45984ee981d8dab8ccf078.tar.bz2
[svn-r455] Fixed various const and signed/unsigned problems and corrected one incorrect
type. Should compile much cleaner now.
Diffstat (limited to 'src/H5Sall.c')
-rw-r--r--src/H5Sall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sall.c b/src/H5Sall.c
index f35b23b..0f9e768 100644
--- a/src/H5Sall.c
+++ b/src/H5Sall.c
@@ -494,7 +494,7 @@ H5S_all_release (H5S_t *space)
REVISION LOG
--------------------------------------------------------------------------*/
hsize_t
-H5S_all_npoints (H5S_t *space)
+H5S_all_npoints (const H5S_t *space)
{
intn i; /* Counters */
hsize_t ret_value;