diff options
Diffstat (limited to 'src/H5VLpassthru.h')
-rw-r--r-- | src/H5VLpassthru.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLpassthru.h b/src/H5VLpassthru.h index 8576d21..917c42c 100644 --- a/src/H5VLpassthru.h +++ b/src/H5VLpassthru.h @@ -25,7 +25,7 @@ /* Characteristics of the pass-through VOL connector */ #define H5VL_PASSTHRU_NAME "pass_through" -#define H5VL_PASSTHRU_VALUE 1 /* VOL connector ID */ +#define H5VL_PASSTHRU_VALUE 1 /* VOL connector ID */ #define H5VL_PASSTHRU_VERSION 0 /* Pass-through VOL connector info */ |