diff options
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/graph/layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/graph/layout.c b/src/gtkext/graph/layout.c index 2cf4a36..87ae2ec 100644 --- a/src/gtkext/graph/layout.c +++ b/src/gtkext/graph/layout.c @@ -244,7 +244,7 @@ static char *complete_graph_links(const GtkGraphView *view, GtkViewPanel **views if (g_arch_instruction_has_destinations(last)) { - dcount = g_arch_instruction_get_destinations(last, &dests, &types); + dcount = g_arch_instruction_get_destinations(last, &dests, &types, NULL); for (j = 0; j < dcount; j++) { |