summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5.c b/src/H5.c
index 5a2e32f..61f8acd 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -294,9 +294,8 @@ H5_term_library(void)
if(pending == 0)
pending += DOWN(SL);
/* Don't shut down the free list code until _everything_ else is down */
- if(pending == 0) {
+ if(pending == 0)
pending += DOWN(FL);
- }
}
} while(pending && ntries++ < 100);