diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-07 14:31:12 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-07 14:31:12 (GMT) |
commit | 73c8e2f9d6e7b7b3bfca33e26d9c9cffa3041517 (patch) | |
tree | 5f5f7057ff9c38df927db210068da581099fdc76 /tools/lib | |
parent | e6c54c372fe43a7be09cfc8b72f2387f907b6b14 (diff) | |
download | hdf5-73c8e2f9d6e7b7b3bfca33e26d9c9cffa3041517.zip hdf5-73c8e2f9d6e7b7b3bfca33e26d9c9cffa3041517.tar.gz hdf5-73c8e2f9d6e7b7b3bfca33e26d9c9cffa3041517.tar.bz2 |
Revert declaration deletion.
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index b2c19fe..b22af18 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -274,6 +274,7 @@ build_match_list (const char *objname1, trav_info_t *info1, const char *objname2 int cmp; trav_table_t *table = NULL; size_t idx; + int ret_value = 0; h5difftrace("build_match_list start\n"); /* init */ |