mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +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:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user