summaryrefslogtreecommitdiff
path: root/libmilter/docs/sample.html
diff options
context:
space:
mode:
Diffstat (limited to 'libmilter/docs/sample.html')
-rw-r--r--libmilter/docs/sample.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmilter/docs/sample.html b/libmilter/docs/sample.html
index de8d58947a39..b470ae390eee 100644
--- a/libmilter/docs/sample.html
+++ b/libmilter/docs/sample.html
@@ -187,7 +187,7 @@ sfsistat
++argc;
/* log this recipient */
- if (reject != NULL && rcptaddr != NULL &&
+ if (reject != NULL && rcptaddr != NULL &&
(strcasecmp(rcptaddr, reject) == 0))
{
if (fprintf(priv->mlfi_fp, "RCPT %s -- REJECTED\n",
@@ -298,7 +298,7 @@ mlfi_cleanup(ctx, ok)
return rstat;
/* close the archive file */
- if (priv->mlfi_fp != NULL && fclose(priv->mlfi_fp) == EOF)
+ if (priv->mlfi_fp != NULL && fclose(priv->mlfi_fp) == EOF)
{
/* failed; we have to wait until later */
fprintf(stderr, "Couldn't close archive file %s: %s\n",