summaryrefslogtreecommitdiff
path: root/ext/mbstring
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-03-13 00:29:53 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-03-13 00:29:53 +0000
commit85106b82e92240b59c06db03a269b7760f4ebd32 (patch)
treef8c3b778a8822bce4d31e799068d889f215ea075 /ext/mbstring
parente03a8a995cb7f74bb1b142c5fd47170b7500282b (diff)
downloadphp-git-85106b82e92240b59c06db03a269b7760f4ebd32.tar.gz
Fixed a compiler warning
Diffstat (limited to 'ext/mbstring')
-rw-r--r--ext/mbstring/mbfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbfilter.c b/ext/mbstring/mbfilter.c
index 9e2f8bdf85..82a96be3fd 100644
--- a/ext/mbstring/mbfilter.c
+++ b/ext/mbstring/mbfilter.c
@@ -8227,4 +8227,4 @@ mbfl_html_numeric_entity(
mbfl_convert_filter_delete(pc.decoder);
return result;
-} \ No newline at end of file
+}