From 5d8ef77d6fd2c6f51bd4d78d9ae5d040ce2e9438 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 13 Dec 2023 23:53:22 +0100 Subject: Moved 'rtype' --- FICS/makerank.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FICS/makerank.c b/FICS/makerank.c index 4bdba63..3e237d0 100644 --- a/FICS/makerank.c +++ b/FICS/makerank.c @@ -14,6 +14,7 @@ ENTRY **list; ENTRY **sortme; char *rnames[] = {"std", "blitz", "wild", "lightning"}; +int rtype; static int GetPlayerInfo(char *fileName, ENTRY *e) @@ -195,8 +196,6 @@ SetComputers(int n) return 1; } -int rtype; - static int sortfunc(const void *i, const void *j) { -- cgit v1.2.3