From 4391b43d98a19764dacaf3b8073e657dff5d3903 Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 13 Jul 2001 13:46:20 +0000 Subject: [PATCH 1/1] Introduced GIF deanimation feature --- deanimate.c | 6 +++--- deanimate.h | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/deanimate.c b/deanimate.c index 07515005..73dd5461 100644 --- a/deanimate.c +++ b/deanimate.c @@ -1,7 +1,7 @@ -const char deanimate_rcs[] = "$Id: $"; +const char deanimate_rcs[] = "$Id: deanimate.c,v 1.1 2001/07/13 13:40:09 oes Exp $"; /********************************************************************* * - * File : $Source: $ + * File : $Source: /cvsroot/ijbswa/current/deanimate.c,v $ * * Purpose : Declares functions to deanimate GIF images on the fly. * @@ -36,7 +36,7 @@ const char deanimate_rcs[] = "$Id: $"; * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: $ + * $Log: deanimate.c,v $ * **********************************************************************/ diff --git a/deanimate.h b/deanimate.h index ed5ccf23..6553e051 100644 --- a/deanimate.h +++ b/deanimate.h @@ -1,9 +1,9 @@ #ifndef _DEANIMATE_H #define _DEANIMATE_H -#define DEANIMATE_H_VERSION "$Id: $" +#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.1 2001/07/13 13:40:09 oes Exp $" /********************************************************************* * - * File : $Source: $ + * File : $Source: /cvsroot/ijbswa/current/deanimate.h,v $ * * Purpose : Declares functions to deanimate GIF images on the fly. * @@ -39,8 +39,7 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: $ - * + * $Log: deanimate.h,v $ * *********************************************************************/ -- 2.39.2