diff options
Diffstat (limited to 'src/H5FDstream.h')
-rw-r--r-- | src/H5FDstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstream.h b/src/H5FDstream.h index 450726b..e59d092 100644 --- a/src/H5FDstream.h +++ b/src/H5FDstream.h @@ -18,7 +18,7 @@ #ifdef H5_HAVE_STREAM # define H5FD_STREAM (H5FD_stream_init()) -#else +#else # define H5FD_STREAM (-1) #endif /*H5_HAVE_STREAM */ |