diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-03 03:41:59 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-03 03:41:59 +0100 |
commit | be5eba8d4f0e93cf225306cdaec25186a6aa4f3e (patch) | |
tree | 46ed50ae6908d03f091380c0343c00535921b025 /FICS/makerank.c | |
parent | 95b9d5d4fabd826a4ec073f8ebf97bd56c3ac247 (diff) |
Deleted empty line
Diffstat (limited to 'FICS/makerank.c')
-rw-r--r-- | FICS/makerank.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FICS/makerank.c b/FICS/makerank.c index 299e72e..3523782 100644 --- a/FICS/makerank.c +++ b/FICS/makerank.c @@ -101,7 +101,6 @@ GetPlayerInfo(char *fileName, ENTRY *e) } fgets(line, 99, fp); - } while (!done && !feof(fp)); } |