summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbregex.c
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-11-02 13:38:32 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-11-02 13:38:32 +0000
commite9982c06c7838c496f207e49f8a79aa9dbe6e1af (patch)
treea31e4437c5275b0a00a4a1da0610f9b1ee65108c /ext/mbstring/mbregex.c
parentd530f23a4fa04e4e503a8fc5d8ab30d29bb34bfc (diff)
downloadphp-git-e9982c06c7838c496f207e49f8a79aa9dbe6e1af.tar.gz
Reduced compiler warnings
Diffstat (limited to 'ext/mbstring/mbregex.c')
-rw-r--r--ext/mbstring/mbregex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbregex.c b/ext/mbstring/mbregex.c
index 1908c687cc..ae42042f72 100644
--- a/ext/mbstring/mbregex.c
+++ b/ext/mbstring/mbregex.c
@@ -496,7 +496,7 @@ enum regexpcode
wordbeg, /* Succeeds if at word beginning. */
wordend, /* Succeeds if at word end. */
wordbound, /* Succeeds if at a word boundary. */
- notwordbound,/* Succeeds if not at a word boundary. */
+ notwordbound /* Succeeds if not at a word boundary. */
};