summaryrefslogtreecommitdiff
path: root/src/gtkext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-03-26 22:15:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-03-26 22:15:29 (GMT)
commit152440a4dbe66b61f2522f4f0e2baef7c23292a1 (patch)
treec3b22d5640fda78c816c624144761eafcf9d07fb /src/gtkext
parentadddee10e395524778c026bf577e885cd8f5947d (diff)
Typo.
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 */