From fe3ba0904c50c255d4bdea8cc6fd335750402f96 Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Wed, 2 Jan 2019 16:48:11 -0700 Subject: [PATCH] Another typo (sigh\!) --- libhdf5/H5FDhttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhdf5/H5FDhttp.c b/libhdf5/H5FDhttp.c index 06e6ababa..8b33efec3 100644 --- a/libhdf5/H5FDhttp.c +++ b/libhdf5/H5FDhttp.c @@ -164,7 +164,7 @@ static const H5FD_class_t H5FD_http_g = { "http", /* name */ MAXADDR, /* maxaddr */ H5F_CLOSE_WEAK, /* fc_degree */ -#ifndef HDF5CLASS1 +#ifndef H5FDCLASS1 H5FD_http_term, /* terminate */ #endif NULL, /* sb_size */