diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-03-26 22:15:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-03-26 22:15:29 (GMT) |
commit | 152440a4dbe66b61f2522f4f0e2baef7c23292a1 (patch) | |
tree | c3b22d5640fda78c816c624144761eafcf9d07fb /src/gtkext/graph | |
parent | adddee10e395524778c026bf577e885cd8f5947d (diff) |
Typo.
Diffstat (limited to 'src/gtkext/graph')
-rw-r--r-- | src/gtkext/graph/leaving.c | 2 |
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 */ |