diff options
Diffstat (limited to 'test/cross_read.c')
-rwxr-xr-x | test/cross_read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cross_read.c b/test/cross_read.c index 4f7391f..d24ffa9 100755 --- a/test/cross_read.c +++ b/test/cross_read.c @@ -16,7 +16,7 @@ * Programmer: Raymond Lu <slu@ncsa.uiuc.edu> * Thursday, March 23, 2006 * - * Purpose: Check if floating-point data created on OpenVMS (VAX type), Solaris, + * Purpose: Check if floating-point data created on OpenVMS (VAX type), Solaris, * and Linux machines can be read on the machine running this test. */ @@ -116,7 +116,7 @@ static int read_data(char *fname) H5Tclose(datatype); H5Dclose(dataset); H5Fclose(file); - + /* Failure */ if (nerrors) { printf("total of %d errors out of %d elements\n", nerrors, NX*NY); |