This commit is contained in:
John Cupitt 2007-10-19 17:29:43 +00:00
parent 244f5c054e
commit 89c20acce5
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
#endif /*WITH_DMALLOC*/
static int
ifthenelse_gen( REGION *or, void *seq, void *a, void *b )
ifthenelse_gen( REGION *or, void *seq, void *client1, void *client2 )
{
REGION **ir = (REGION **) seq;
Rect *r = &or->valid;