summaryrefslogtreecommitdiffstats
path: root/src/H5FDstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDstream.c')
-rw-r--r--src/H5FDstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c
index b85e731..1c8be7f 100644
--- a/src/H5FDstream.c
+++ b/src/H5FDstream.c
@@ -935,7 +935,7 @@ static herr_t H5FD_stream_close (H5FD_t *_stream)
*-------------------------------------------------------------------------
*/
static herr_t
-H5FD_stream_query(const H5FD_t UNUSED *_f,
+H5FD_stream_query(const H5FD_t * UNUSED _f,
unsigned long *flags/*out*/)
{
FUNC_ENTER (H5FD_stream_query, SUCCEED);