diff options
Diffstat (limited to 'ext/dom/xpath.c')
-rw-r--r-- | ext/dom/xpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c index 69fdcb947f..063d18f01c 100644 --- a/ext/dom/xpath.c +++ b/ext/dom/xpath.c @@ -329,7 +329,7 @@ PHP_FUNCTION(dom_xpath_register_ns) } if (xmlXPathRegisterNs(ctxp, prefix, ns_uri) != 0) { - RETURN_FALSE + RETURN_FALSE; } RETURN_TRUE; } |