diff options
Diffstat (limited to 'src/H5Dint.c')
-rw-r--r-- | src/H5Dint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c index 839ea93..3b2faf2 100644 --- a/src/H5Dint.c +++ b/src/H5Dint.c @@ -2414,7 +2414,7 @@ done: * *------------------------------------------------------------------------- */ -static herr_t +herr_t H5D_flush_real(H5D_t *dataset, hid_t dxpl_id, unsigned flags) { H5O_t *oh = NULL; /* Pointer to dataset's object header */ |