From 68864c75944f12b199072b2809b7d2f8b2419692 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 13 Dec 2023 00:24:03 +0100 Subject: Deleted trailing whitespace characters --- FICS/playerdb.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/FICS/playerdb.h b/FICS/playerdb.h index 4a40ef6..d0a9771 100644 --- a/FICS/playerdb.h +++ b/FICS/playerdb.h @@ -119,7 +119,7 @@ typedef struct _player { int observe_list[MAX_OBSERVE]; int lastColor; unsigned int thisHost; -/* timelog *query_log; */ +/* timelog *query_log; */ int lastshout_a; int lastshout_b; int sopen; @@ -194,7 +194,7 @@ typedef struct _textlist { } textlist; #define PARRAY_SIZE (MAX_PLAYER + 50) -extern player parray[PARRAY_SIZE]; +extern player parray[PARRAY_SIZE]; extern int p_num; extern void player_init(int); @@ -286,4 +286,3 @@ extern int player_show_comments(int, int); extern int player_ishead(int); #endif /* _PLAYERDB_H */ - -- cgit v1.2.3