summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5Dint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c
index a36b8b3..d7ef991 100644
--- a/src/H5Dint.c
+++ b/src/H5Dint.c
@@ -1957,6 +1957,7 @@ H5D__get_storage_size(H5D_t *dset, hid_t dxpl_id, hsize_t *storage_size)
case H5D_VIRTUAL:
/* Just set to 0 until private data is implemented VDSINC */
*storage_size = 0;
+ break;
case H5D_LAYOUT_ERROR:
case H5D_NLAYOUTS: