mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Fix various departures from C found by `gcc -ansi -pedantic'. I
haven't checked in Makefile changes to enable this, but I'll at least fix the specific problems it found when enabled as a one-off. [originally from svn r5902]
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user