summaryrefslogtreecommitdiffstats
path: root/src/H5MMprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MMprivate.h')
-rw-r--r--src/H5MMprivate.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5MMprivate.h b/src/H5MMprivate.h
index 31bf0da..ccf05e6 100644
--- a/src/H5MMprivate.h
+++ b/src/H5MMprivate.h
@@ -19,8 +19,6 @@
*
* Purpose: Private header for memory management.
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
#ifndef _H5MMprivate_H
@@ -43,4 +41,5 @@ H5_DLL char *H5MM_xstrdup(const char *s);
H5_DLL char *H5MM_strdup(const char *s);
H5_DLL void *H5MM_xfree(void *mem);
-#endif
+#endif /* _H5MMprivate_H */
+