From a9fb5f6e2f3b5bfb5b848d0a5c3df5b6cbc35a71 Mon Sep 17 00:00:00 2001 From: Glenn Song Date: Fri, 19 Jan 2024 15:16:49 -0800 Subject: [PATCH] Fix chid_t to hid_t --- src/H5Apublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Apublic.h b/src/H5Apublic.h index 232ae0af64d..1eb3effe286 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 /*-------------------------------------------------------------------------*/ /**