mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Fix a little comment error in the _GTreeNode struct
https://bugzilla.gnome.org/show_bug.cgi?id=648516
This commit is contained in:
parent
3aa0fc43a6
commit
27e70806c1
@ -95,7 +95,7 @@ struct _GTreeNode
|
||||
gpointer value; /* value stored at this node */
|
||||
GTreeNode *left; /* left subtree */
|
||||
GTreeNode *right; /* right subtree */
|
||||
gint8 balance; /* height (left) - height (right) */
|
||||
gint8 balance; /* height (right) - height (left) */
|
||||
guint8 left_child;
|
||||
guint8 right_child;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user