summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>1999-07-09 15:50:30 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>1999-07-09 15:50:30 (GMT)
commit5b440e766115d909c279ce388f95f9b22841b30b (patch)
tree8d42d31b826e46214f0af97acaa3c650cbb7391a /test
parent9a2028f254f9efe2ef5e637127754bc54b31cb1c (diff)
downloadhdf5-5b440e766115d909c279ce388f95f9b22841b30b.zip
hdf5-5b440e766115d909c279ce388f95f9b22841b30b.tar.gz
hdf5-5b440e766115d909c279ce388f95f9b22841b30b.tar.bz2
[svn-r1455]
File had several ^M in it. Would not compile on UNIX. Fixed. Tested on IRIX 6.5 (fuga)
Diffstat (limited to 'test')
-rw-r--r--test/ragged.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ragged.c b/test/ragged.c
index 4fb4f73..12469cf 100644
--- a/test/ragged.c
+++ b/test/ragged.c
@@ -369,7 +369,7 @@ ragged_read_all(hid_t ra, hsize_t rows_at_once)
}
#ifndef _HDF5USEDLL_
/*
- For NT dll version we free memory down at the bottom. crashed otherwise.
+ For NT dll version we free memory down at the bottom. crashed otherwise.
*/
free(buf[i]);
buf[i] = NULL;