summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-09-10 21:38:27 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-09-10 21:38:27 (GMT)
commit70152bbd6ced53bb1491a4f50c887130e4fbad25 (patch)
tree8639bf96912f81cb0a7e2f9ff8533793abf24829 /src/H5C.c
parent9e2d4344de72a5e69e28629a11d918675877dfe4 (diff)
downloadhdf5-70152bbd6ced53bb1491a4f50c887130e4fbad25.zip
hdf5-70152bbd6ced53bb1491a4f50c887130e4fbad25.tar.gz
hdf5-70152bbd6ced53bb1491a4f50c887130e4fbad25.tar.bz2
Replace a missing curly brace.
Diffstat (limited to 'src/H5C.c')
-rw-r--r--src/H5C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C.c b/src/H5C.c
index 028affe..372e184 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -7376,7 +7376,7 @@ H5C_load_entry(H5F_t * f,
}
/* Calculate and track the # of retries */
- if ((retries = h5_retry_retries(&retry)) != 0) /* Does not track 0 retry */
+ if ((retries = h5_retry_retries(&retry)) != 0) { /* Does not track 0 retry */
if ( H5F_track_metadata_read_retries(f, (unsigned)type->mem_type,
retries) < 0)