summaryrefslogtreecommitdiffstats
path: root/src/H5MMprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MMprivate.h')
-rw-r--r--src/H5MMprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5MMprivate.h b/src/H5MMprivate.h
index 1dac78e..5e98b0e 100644
--- a/src/H5MMprivate.h
+++ b/src/H5MMprivate.h
@@ -15,7 +15,7 @@
*-------------------------------------------------------------------------
*/
#ifndef _H5MMprivate_H
-#define _H5MMprivate_h
+#define _H5MMprivate_H
#include "H5MMpublic.h"
@@ -29,7 +29,7 @@
#define H5MM_malloc(Z) HDmalloc(MAX(1,Z))
#define H5MM_calloc(Z) HDcalloc(1,MAX(1,Z))
#endif /* H5_MALLOC_WORKS */
-#define H5MM_free(Z) HDfree(1,Z)
+#define H5MM_free(Z) HDfree(Z)
/*
* Library prototypes...