diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-28 00:59:47 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-28 00:59:47 +0100 |
commit | 5cda58fcbb7909047b7295006183995816278ba9 (patch) | |
tree | d17e9b09a4fdb1f3f517fe107d6c295bd4a0faa9 /FICS/utils.h | |
parent | 8045d0f07022a1066e25d151c105d09f9323b1c7 (diff) |
Changed comment layout
Diffstat (limited to 'FICS/utils.h')
-rw-r--r-- | FICS/utils.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/FICS/utils.h b/FICS/utils.h index 0813ade..18fea67 100644 --- a/FICS/utils.h +++ b/FICS/utils.h @@ -30,14 +30,19 @@ #define _UTILS_H #include <stdio.h> + #include "multicol.h" #define MAX_WORD_SIZE 1024 -/* Maximum length of an output line */ +/* + * Maximum length of an output line + */ #define MAX_LINE_SIZE 1024 -/* Maximum size of a filename */ +/* + * Maximum size of a filename + */ #ifdef FILENAME_MAX # define MAX_FILENAME_SIZE FILENAME_MAX #else |