From 61071687a3b569390cfccfff13d004823e1dc445 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 2 Apr 2024 22:56:32 +0200 Subject: Fixed the struct --- FICS/ratings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FICS') diff --git a/FICS/ratings.h b/FICS/ratings.h index 32cffd4..06b83b8 100644 --- a/FICS/ratings.h +++ b/FICS/ratings.h @@ -44,8 +44,8 @@ #include "command.h" typedef struct _rateStruct { - char name[MAX_LOGIN_NAME]; - int rating; + char name[MAX_LOGIN_NAME]; + int rating; } rateStruct; extern int Best(int, param_list, int); -- cgit v1.2.3