diff --git a/src/modules/Image/colortable.c b/src/modules/Image/colortable.c index eaf6deaf4a261a960bbd2e78d5018415c37f7a91..764b5199d9c794ce6778fc4060b0becdcd321674 100644 --- a/src/modules/Image/colortable.c +++ b/src/modules/Image/colortable.c @@ -1,11 +1,11 @@ #include <config.h> -/* $Id: colortable.c,v 1.25 1997/11/10 05:41:08 mirar Exp $ */ +/* $Id: colortable.c,v 1.26 1997/11/29 21:33:35 grubba Exp $ */ /* **! module Image **! note -**! $Id: colortable.c,v 1.25 1997/11/10 05:41:08 mirar Exp $ +**! $Id: colortable.c,v 1.26 1997/11/29 21:33:35 grubba Exp $ **! class colortable **! **! This object keeps colortable information, @@ -21,7 +21,7 @@ #undef COLORTABLE_REDUCE_DEBUG #include "global.h" -RCSID("$Id: colortable.c,v 1.25 1997/11/10 05:41:08 mirar Exp $"); +RCSID("$Id: colortable.c,v 1.26 1997/11/29 21:33:35 grubba Exp $"); #include <sys/types.h> #include <sys/stat.h> @@ -2364,7 +2364,7 @@ void image_colortable_full(INT32 args) **! of your colortable; a large number (10×10×10 or bigger) **! of cubicles is recommended when you use the colortable **! repeatedly, since the calculation takes much -**! more time then usage. +**! more time than usage. **! **! recommended values: **! @@ -2406,7 +2406,7 @@ void image_colortable_full(INT32 args) **! **! note **! this method doesn't figure out the cubicles, this is -**! done on the first use of the colortable +**! done on the first use of the colortable. **! **! Not applicable to colorcube types of colortable. **/ diff --git a/src/modules/Image/encodings/pnm.c b/src/modules/Image/encodings/pnm.c index c3a200c7ab0fc8b713f5fe224343869cf3850537..cd8171584746991243f5e9057ee824c1ebb5e81a 100644 --- a/src/modules/Image/encodings/pnm.c +++ b/src/modules/Image/encodings/pnm.c @@ -1,12 +1,12 @@ -/* $Id: pnm.c,v 1.4 1997/11/20 22:26:58 mirar Exp $ */ +/* $Id: pnm.c,v 1.5 1997/11/29 21:33:36 grubba Exp $ */ /* **! module Image **! note -**! $Id: pnm.c,v 1.4 1997/11/20 22:26:58 mirar Exp $ +**! $Id: pnm.c,v 1.5 1997/11/29 21:33:36 grubba Exp $ **! submodule PNM **! -**! This submodule keep the PNM encode/decode capabilities +**! This submodule keeps the PNM encode/decode capabilities **! of the <ref>Image</ref> module. **! **! PNM is a common image storage format on unix systems, @@ -49,7 +49,7 @@ #include "stralloc.h" #include "global.h" -RCSID("$Id: pnm.c,v 1.4 1997/11/20 22:26:58 mirar Exp $"); +RCSID("$Id: pnm.c,v 1.5 1997/11/29 21:33:36 grubba Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h"