diff options
Diffstat (limited to 'include/macros.h')
-rw-r--r-- | include/macros.h | 2 |
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 |