summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-10-11 17:59:24 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-10-11 17:59:24 (GMT)
commitb19aa4522994f0a045280496e9ff0765c910c2a5 (patch)
tree4f6b76c3b5cecc5ba6e1d69404edca8eec66f765 /tools/h5diff/h5diff.c
parentb5bd1a150fe23e99774c85c9c83e0350bd3c3879 (diff)
downloadhdf5-b19aa4522994f0a045280496e9ff0765c910c2a5.zip
hdf5-b19aa4522994f0a045280496e9ff0765c910c2a5.tar.gz
hdf5-b19aa4522994f0a045280496e9ff0765c910c2a5.tar.bz2
[svn-r5978] Purpose:
Bug Fix Description: Tests were failing on SOlaris machines. Solution: Added an explicit return value (0) to the script and main function.
Diffstat (limited to 'tools/h5diff/h5diff.c')
-rw-r--r--tools/h5diff/h5diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5diff/h5diff.c b/tools/h5diff/h5diff.c
index a1f42f8..15f7ac6 100644
--- a/tools/h5diff/h5diff.c
+++ b/tools/h5diff/h5diff.c
@@ -158,6 +158,7 @@ int main(int argc, const char *argv[])
+ return 0;
}