]> granicus.if.org Git - php/commitdiff
Remove unneeded 'return'.
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 23 Apr 2002 08:10:45 +0000 (08:10 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 23 Apr 2002 08:10:45 +0000 (08:10 +0000)
ext/mbstring/mbstring.c

index 6c05cb62a4eb9ab19e651c51ebb56eb3667c4003..55e3d3c1a163494fde9b90ac077f1fc7366be776 100644 (file)
@@ -1563,7 +1563,6 @@ PHP_FUNCTION(mb_output_handler)
        /* just return if the converter is not activated. */
        if (MBSTRG(outconv) == NULL) {
                RETURN_STRINGL(arg_string, arg_string_len, 1);
-               return;
        }
 
        /* flag */