diff options
Diffstat (limited to 'FICS/utils.c')
| -rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 3946097..2dc659d 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -1018,7 +1018,7 @@ lines_file(char *file) while (fgets(tmp, sizeof tmp, fp) != NULL && !feof(fp)) lcount++; - fclose(fp); + (void) fclose(fp); return lcount; } |
