mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 12:53:07 +02: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 */
|
gpointer value; /* value stored at this node */
|
||||||
GTreeNode *left; /* left subtree */
|
GTreeNode *left; /* left subtree */
|
||||||
GTreeNode *right; /* right subtree */
|
GTreeNode *right; /* right subtree */
|
||||||
gint8 balance; /* height (left) - height (right) */
|
gint8 balance; /* height (right) - height (left) */
|
||||||
guint8 left_child;
|
guint8 left_child;
|
||||||
guint8 right_child;
|
guint8 right_child;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user