summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/dimension/malloc.h')
-rw-r--r--libdimension/dimension/malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/malloc.h b/libdimension/dimension/malloc.h
index 742e3a2..e7dcd4a 100644
--- a/libdimension/dimension/malloc.h
+++ b/libdimension/dimension/malloc.h
@@ -25,7 +25,7 @@
* fails, they instead call dmnsn_error().
*/
-#include <stddef.h> /* For size_t */
+#include <stddef.h> // For size_t
/**
* Allocate some memory. Always use dmnsn_free() to free this memory, never