1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-20 18:50:08 +03:00

Fix a Timsort function helper comment

This commit is contained in:
Daniel Veillard 2012-09-04 11:50:36 +08:00
parent 28f5e1a2d6
commit 510e7583f4

View File

@ -148,7 +148,8 @@
*
* Comparison function for the Timsort implementation
*
* Returns -2 or +2 based on the order
* Returns -2 in case of error -1 if first point < second point, 0 if
* it's the same node, +1 otherwise
*/
static
int wrap_cmp( xmlNodePtr x, xmlNodePtr y );