From: Yasuo Ohgaki Date: Wed, 24 Apr 2002 09:46:23 +0000 (+0000) Subject: Fixed typo. Compiler compiled with this typo somehow. X-Git-Tag: php-4.2.1RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86d9796c17597135fe029c0751f4442f5731d5c4;p=php Fixed typo. Compiler compiled with this typo somehow. # This is not in HEAD since I did this typo when marging :( --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 05c5a83c28..bc8175fc21 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -1473,7 +1473,7 @@ PHP_FUNCTION(mb_output_handler) MBSTRG(outconv) = NULL; } if (encoding == mbfl_no_encoding_pass) { - RETRUN_STRINGL(arg_string, arg_string_len, 1); + RETURN_STRINGL(arg_string, arg_string_len, 1); } /* if content-type is not yet set, set it and activate the converter */ if (SG(sapi_headers).send_default_content_type ) {