--- ray/src/util/ranimove2.c 2003/06/30 14:59:13 3.3 +++ ray/src/util/ranimove2.c 2003/07/07 17:21:51 3.4 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: ranimove2.c,v 3.3 2003/06/30 14:59:13 schorsch Exp $"; +static const char RCSid[] = "$Id: ranimove2.c,v 3.4 2003/07/07 17:21:51 greg Exp $"; #endif /* * ranimove2.c @@ -428,7 +428,7 @@ long nrays; int i; /* skip if nothing significant */ if (ndtset && cerrzero) - return; + return(0); /* initialize priority list */ pord = (int *)malloc(sizeof(int)*hres*vres); for (i = hres*vres; i--; )