aboutsummaryrefslogtreecommitdiff
path: root/include/macros.h
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-10 16:36:53 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-10 16:36:53 -0800
commit4ada155b930cb5fb96493dff3a5af8809da3b214 (patch)
treedb723cecb55c51e08b4ae6f865046d892d720304 /include/macros.h
parentf4252fb4c1b12e4318f98e4a1936842e8b691ce0 (diff)
add comments in both stem and also in my c code
Diffstat (limited to 'include/macros.h')
-rw-r--r--include/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/macros.h b/include/macros.h
index 0fc94c8..95d3327 100644
--- a/include/macros.h
+++ b/include/macros.h
@@ -74,7 +74,7 @@
#define CRESET "\e[0m"
#define COLOR_RESET "\e[0m"
-/* Die in case of catastrophic memory problem */
+/*! Die in case of catastrophic memory problem */
void die(char *message);
#endif