diff options
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index 6a5590b..97735a2 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -955,7 +955,7 @@ extern char *strdup(const char *s); #endif #define COLON_SEPC ':' -H5_DLL herr_t H5_build_extpath(const char *, char **/*out*/); +H5_DLL herr_t H5_build_extpath(const char *, char ** /*out*/ ); /* |