X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/41184c244487c6f50cd174a0a913b02c5255aab9..23e8c9fdb7d4aa0ee81226b92540e84225c03d9e:/netslide.c diff --git a/netslide.c b/netslide.c index f6282eb..b0d975f 100644 --- a/netslide.c +++ b/netslide.c @@ -129,7 +129,7 @@ static int xyd_cmp(void *av, void *bv) { if (a->direction > b->direction) return +1; return 0; -}; +} static struct xyd *new_xyd(int x, int y, int direction) {