diff options
-rw-r--r-- | ganv/canvas.h | 2 | ||||
-rw-r--r-- | src/port.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ganv/canvas.h b/ganv/canvas.h index a6053ff..acb6072 100644 --- a/ganv/canvas.h +++ b/ganv/canvas.h @@ -89,7 +89,7 @@ GanvEdge* ganv_canvas_get_edge(GanvCanvas* canvas, GanvNode* tail, GanvNode* head); - + void ganv_canvas_disconnect_edge(GanvCanvas* canvas, GanvEdge* edge); @@ -349,7 +349,7 @@ ganv_port_new(GanvModule* module, GanvCanvas* canvas = GANV_CANVAS(GANV_ITEM(port)->canvas); ganv_port_set_direction(port, canvas->direction); - + return port; } |