From: ellson Date: Sat, 28 Jan 2006 00:08:28 +0000 (+0000) Subject: fix mismatched function declaration - caught by improved bool definition X-Git-Tag: LAST_LIBGRAPH~32^2~6825 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9c5e216940707c24c033d159d4a8076a4cf89df;p=graphviz fix mismatched function declaration - caught by improved bool definition --- diff --git a/lib/dotgen/dotsplines.c b/lib/dotgen/dotsplines.c index 339e705a1..0f398acfd 100644 --- a/lib/dotgen/dotsplines.c +++ b/lib/dotgen/dotsplines.c @@ -79,8 +79,7 @@ typedef struct { static void adjustregularpath(path *, int, int); static Agedge_t *bot_bound(Agedge_t *, int); -static unsigned char pathscross(Agnode_t *, Agnode_t *, Agedge_t *, - Agedge_t *); +static bool pathscross(Agnode_t *, Agnode_t *, Agedge_t *, Agedge_t *); #ifdef OBSOLETE static void chooseflatsides(pathend_t *, pathend_t *, int *, int *, int *, int *, int *, int *);