Skip to content

Commit 3b4f80a

Browse files
committed
* added two missing end folds
1 parent 1c10503 commit 3b4f80a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/dbx/dbx.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ ZEND_FUNCTION(dbx_compare)
623623
if (comparison_direction==DBX_CMP_DESC) RETURN_LONG(-result);
624624
RETURN_LONG(result);
625625
}
626-
626+
/* }}} */
627627

628628
/* {{{ proto long dbx_sort(dbx_result_object dbx_result, string compare_function_name)
629629
returns 0 on failure, 1 on success
@@ -657,6 +657,7 @@ ZEND_FUNCTION(dbx_sort)
657657

658658
RETURN_LONG(1);
659659
}
660+
/* }}} */
660661

661662
/***********************************/
662663

0 commit comments

Comments
 (0)