diff --git a/src/modules/Image/polyfill.c b/src/modules/Image/polyfill.c index 641af39306368f69be602b00558c8009f175bab8..38b4f9676ebbfc56bddbda2db78b7807deac4c87 100644 --- a/src/modules/Image/polyfill.c +++ b/src/modules/Image/polyfill.c @@ -1,5 +1,5 @@ #include "global.h" -RCSID("$Id: polyfill.c,v 1.12 1997/11/05 03:30:02 mirar Exp $"); +RCSID("$Id: polyfill.c,v 1.13 1997/11/05 03:36:56 mirar Exp $"); /* Prototypes are needed for these */ extern double floor(double); @@ -29,7 +29,7 @@ extern double floor(double); /* **! module Image **! note -**! $Id: polyfill.c,v 1.12 1997/11/05 03:30:02 mirar Exp $ +**! $Id: polyfill.c,v 1.13 1997/11/05 03:36:56 mirar Exp $ **! class image */ @@ -863,3 +863,4 @@ void image_polygone(INT32 args) THISOBJ->refs++; push_object(THISOBJ); } +