summaryrefslogtreecommitdiffstats
path: root/src/H5Zdeflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Zdeflate.c')
-rw-r--r--src/H5Zdeflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Zdeflate.c b/src/H5Zdeflate.c
index 753cc9e..5b7035f 100644
--- a/src/H5Zdeflate.c
+++ b/src/H5Zdeflate.c
@@ -20,7 +20,7 @@
/* Interface initialization */
#define PABLO_MASK H5Z_deflate_mask
#define INTERFACE_INIT NULL
-static intn interface_initialize_g = 0;
+static int interface_initialize_g = 0;
/*-------------------------------------------------------------------------