From 3fbe73eb192cbe431775e0dbf6a30a37bfcd87bb Mon Sep 17 00:00:00 2001 From: Glenn Song <43005495+glennsong09@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:08:19 -0600 Subject: Fix chid_t to hid_t (#3948) Co-authored-by: Glenn Song --- src/H5Apublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Apublic.h b/src/H5Apublic.h index 232ae0a..1eb3eff 100644 --- a/src/H5Apublic.h +++ b/src/H5Apublic.h @@ -929,7 +929,7 @@ H5_DLL herr_t H5Aread(hid_t attr_id, hid_t type_id, void *buf); H5_DLL herr_t H5Aread_async(const char *app_file, const char *app_func, unsigned app_line, hid_t attr_id, hid_t dtype_id, void *buf, hid_t es_id); #else -H5_DLL herr_t H5Aread_async(chid_t attr_id, hid_t dtype_id, void *buf, hid_t es_id); +H5_DLL herr_t H5Aread_async(hid_t attr_id, hid_t dtype_id, void *buf, hid_t es_id); #endif /*-------------------------------------------------------------------------*/ /** -- cgit v0.12