From 36fd03b578c3737ffe88f27b829dae52f4035b59 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sat, 12 Oct 2002 16:16:36 +0000 Subject: Typo --- ext/domxml/php_domxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/domxml/php_domxml.c') diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 1795c39d62..77ce4c86eb 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -2580,7 +2580,7 @@ PHP_FUNCTION(domxml_node_attributes) DOMXML_PARAM_NONE(nodep, id, le_domxmlnodep); ret = node_attributes(&attrs, nodep TSRMLS_CC); if ( ret == -1) { - return NULL; + RETURN_NULL(); } if ( ret > -1) { -- cgit v1.2.1