summaryrefslogtreecommitdiff
path: root/src/gtkext
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext')
-rw-r--r--src/gtkext/graph/leaving.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/graph/leaving.c b/src/gtkext/graph/leaving.c
index 70db5f3..d950b50 100644
--- a/src/gtkext/graph/leaving.c
+++ b/src/gtkext/graph/leaving.c
@@ -187,7 +187,7 @@ LeavingLinkDir get_leaving_link_direction(const leaving_link_t *link, gint x1, g
* *
******************************************************************************/
-int cmp_leaving_links(const leaving_link_t **a, const leaving_link_t **b, const const leaving_cmp_info_t *info)
+int cmp_leaving_links(const leaving_link_t **a, const leaving_link_t **b, const leaving_cmp_info_t *info)
{
int result; /* Bilan à retourner */
GGraphCluster *owner; /* Raccourci vers le proprio */