diff options
Diffstat (limited to 'FICS')
| -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 1a1f408..77a3ebb 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -510,7 +510,7 @@ psend_raw_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; } |
