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 029212f..530b9e7 100644
--- a/FICS/utils.c
+++ b/FICS/utils.c
@@ -249,7 +249,7 @@ mail_string_to_address(char *addr, char *subj, char *str)
if (ret < 0)
warnx("%s: fprintf() error", __func__);
if (pclose(fp) == -1)
- warnx("%s: pclose() error", __func__);
+ warn("%s: pclose() error", __func__);
return 0;
}