From: Antony Dovgal Date: Mon, 6 Feb 2006 10:41:28 +0000 (+0000) Subject: initialize to_r X-Git-Tag: php-5.1.3RC1~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a179933b6c8d8ce19a153a57f42c4385c9aaadd;p=php initialize to_r remove needless semicolon --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 8ebb56ef21..ef277feb43 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -164,7 +164,7 @@ static ZEND_BEGIN_ARG_INFO(third_and_rest_force_ref, 1) ZEND_ARG_PASS_INFO(0) ZEND_ARG_PASS_INFO(0) - ZEND_END_ARG_INFO(); + ZEND_END_ARG_INFO() /* {{{ mb_overload_def mb_ovld[] */ static const struct mb_overload_def mb_ovld[] = { @@ -3048,7 +3048,7 @@ PHP_FUNCTION(mb_send_mail) char *extra_cmd=NULL; int extra_cmd_len; int i; - char *to_r; + char *to_r = NULL; char *force_extra_parameters = INI_STR("mail.force_extra_parameters"); struct { int cnt_type:1;