From d52983dfab784167cb55d64c1936a748dd9b15f0 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 22 Sep 2002 16:23:44 +0000 Subject: [PATCH] - Unbreak build --- ext/standard/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 0aee87b6755..c81e33a442b 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -230,7 +230,7 @@ PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char /* {{{ PHP_MINFO_FUNCTION */ PHP_MINFO_FUNCTION(mail) - +{ char *sendmail_path = INI_STR("sendmail_path"); #ifdef PHP_WIN32