summaryrefslogtreecommitdiffstats
path: root/src/H5FDsec2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r--src/H5FDsec2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index c4dc100..944ade6 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -309,7 +309,7 @@ H5FD__sec2_open(const char *name, unsigned flags, hid_t fapl_id, haddr_t maxaddr
#endif
h5_stat_t sb;
H5P_genplist_t *plist; /* Property list pointer */
- H5FD_t * ret_value = NULL; /* Return value */
+ H5FD_t *ret_value = NULL; /* Return value */
FUNC_ENTER_PACKAGE