aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.c b/FICS/utils.c
index 7534e94..96b54cd 100644
--- a/FICS/utils.c
+++ b/FICS/utils.c
@@ -555,7 +555,7 @@ psend_file(int p, const char *dir, const char *file)
if (ferror(fp)) {
warnx("%s: %s: the error indicator is set", __func__,
fname);
- fclose(fp);
+ (void) fclose(fp);
return -1;
}
parray[p].last_file = xstrdup(fname);