--- ray/src/gen/mkillum2.c 2003/11/21 07:15:30 2.13 +++ ray/src/gen/mkillum2.c 2004/03/30 20:40:04 2.15 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: mkillum2.c,v 2.13 2003/11/21 07:15:30 greg Exp $"; +static const char RCSid[] = "$Id: mkillum2.c,v 2.15 2004/03/30 20:40:04 greg Exp $"; #endif /* * Routines to do the actual calculation for mkillum @@ -148,6 +148,7 @@ o_face( /* make an illum face */ /* clean up */ freeface(ob); free((void *)distarr); + return(0); #undef MAXMISS }