diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:24:03 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:24:03 +0100 |
commit | 68864c75944f12b199072b2809b7d2f8b2419692 (patch) | |
tree | 69d50e8f78d71ae77b10ee1052bb6bdeb27da90c /FICS/playerdb.h | |
parent | ce5d7d8ee7458f31a50c1c90cdd27f3ace462265 (diff) |
Deleted trailing whitespace characters
Diffstat (limited to 'FICS/playerdb.h')
-rw-r--r-- | FICS/playerdb.h | 5 |
1 files 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 */ - |