]> granicus.if.org Git - php/commitdiff
Fixed typo. Compiler compiled with this typo somehow.
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 24 Apr 2002 09:46:23 +0000 (09:46 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 24 Apr 2002 09:46:23 +0000 (09:46 +0000)
# This is not in HEAD since I did this typo when marging :(

ext/mbstring/mbstring.c

index 05c5a83c28a09e95ae7165393d551907832654f0..bc8175fc21c3866772edce7f26c68a7fcb2a7965 100644 (file)
@@ -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 ) {