From 5cda58fcbb7909047b7295006183995816278ba9 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 28 Dec 2023 00:59:47 +0100 Subject: Changed comment layout --- FICS/utils.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'FICS') 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 + #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 -- cgit v1.2.3