From: Matthew Fernandez Date: Sat, 5 Feb 2022 06:43:55 +0000 (+1100) Subject: insertFn: [nfc] remove unnecessary cast X-Git-Tag: 3.0.0~40^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=920615fdfc8beedb0f26e0e1dd8044f41ea9e393;p=graphviz insertFn: [nfc] remove unnecessary cast --- diff --git a/lib/pack/ccomps.c b/lib/pack/ccomps.c index da1bc1894..09b771341 100644 --- a/lib/pack/ccomps.c +++ b/lib/pack/ccomps.c @@ -148,7 +148,7 @@ static int isLegal(char *p) */ static void insertFn(Agnode_t * n, void *state) { - agsubnode((Agraph_t *) state,n,1); + agsubnode(state, n, 1); } /* markFn: