From: Stig Bakken Date: Wed, 22 Aug 2001 00:09:27 +0000 (+0000) Subject: * added two missing end folds X-Git-Tag: PRE_SUBST_Z_MACROS~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b4f80a035f732cdf0ae1a93d80aa0ae3e8bdab6;p=php * added two missing end folds --- diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c index 61c5bb292d..5e5916c88a 100644 --- a/ext/dbx/dbx.c +++ b/ext/dbx/dbx.c @@ -623,7 +623,7 @@ ZEND_FUNCTION(dbx_compare) if (comparison_direction==DBX_CMP_DESC) RETURN_LONG(-result); RETURN_LONG(result); } - +/* }}} */ /* {{{ proto long dbx_sort(dbx_result_object dbx_result, string compare_function_name) returns 0 on failure, 1 on success @@ -657,6 +657,7 @@ ZEND_FUNCTION(dbx_sort) RETURN_LONG(1); } +/* }}} */ /***********************************/