mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
cameo/path.c: make path_is_closed global
This commit is contained in:
@@ -98,7 +98,7 @@ static int points_eq(const struct point *a, const struct point *b)
|
||||
}
|
||||
|
||||
|
||||
static int path_is_closed(const struct path *path)
|
||||
int path_is_closed(const struct path *path)
|
||||
{
|
||||
if (path->first == path->last)
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user