From d0efff373407279fd4d6f03dcc704030edd56ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 28 Mar 1998 14:45:55 +0100 Subject: [PATCH] Fixed broken RCSID. Rev: src/modules/_Image_JPEG/image_jpeg.c:1.13 --- src/modules/_Image_JPEG/image_jpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/_Image_JPEG/image_jpeg.c b/src/modules/_Image_JPEG/image_jpeg.c index e621794790..18bae57342 100644 --- a/src/modules/_Image_JPEG/image_jpeg.c +++ b/src/modules/_Image_JPEG/image_jpeg.c @@ -1,5 +1,5 @@ /* - * $Id: image_jpeg.c,v 1.12 1998/03/28 13:44:34 grubba Exp $ + * $Id: image_jpeg.c,v 1.13 1998/03/28 13:45:55 grubba Exp $ */ #include "config.h" @@ -22,7 +22,7 @@ #undef HAVE_STDLIB_H #endif #include "global.h" -RCSID("$id: $"); +RCSID("$Id: image_jpeg.c,v 1.13 1998/03/28 13:45:55 grubba Exp $"); #include "pike_macros.h" #include "object.h" -- GitLab