summaryrefslogtreecommitdiffstats
path: root/src/H5WB.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5WB.c')
-rw-r--r--src/H5WB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5WB.c b/src/H5WB.c
index 5754084..a9d98de 100644
--- a/src/H5WB.c
+++ b/src/H5WB.c
@@ -155,7 +155,7 @@ H5WB_actual(H5WB_t *wb, size_t need)
/* Check if we can re-use existing buffer */
if (need <= wb->alloc_size)
- HGOTO_DONE(wb->actual_buf)
+ HGOTO_DONE(wb->actual_buf);
/* Can't re-use existing buffer, free it and proceed */
else
wb->actual_buf = H5FL_BLK_FREE(extra_buf, wb->actual_buf);