From a0a334faef0a576e0f8184f5cd7e9fff518e79c3 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 19 Dec 2023 23:35:38 +0100 Subject: Changed comment layout --- FICS/command.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FICS/command.h b/FICS/command.h index fe05997..2b499fa 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -113,7 +113,10 @@ typedef struct s_alias_type { char *alias; } alias_type; -extern int commanding_player; /* The player whose command you're in */ +/* + * The player whose command you're in + */ +extern int commanding_player; extern int process_input(int, char *); extern int process_new_connection(int, unsigned int); -- cgit v1.2.3