From f0c2e3d46f7b4ef7da560d24ae8e469cb1591fbd Mon Sep 17 00:00:00 2001
From: Per Hedbor <ph@opera.com>
Date: Tue, 6 Apr 1999 05:57:08 +0200
Subject: [PATCH] I had the RCSID _before_ the includes...

Rev: src/modules/Image/encodings/tga.c:1.4
---
 src/modules/Image/encodings/tga.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/modules/Image/encodings/tga.c b/src/modules/Image/encodings/tga.c
index 7f1754b3eb..9fd7e6cf49 100644
--- a/src/modules/Image/encodings/tga.c
+++ b/src/modules/Image/encodings/tga.c
@@ -1,6 +1,6 @@
 
 /*
- * $Id: tga.c,v 1.3 1999/04/06 03:51:06 per Exp $
+ * $Id: tga.c,v 1.4 1999/04/06 03:57:08 per Exp $
  *
  *  Targa codec for pike. Based on the tga plugin for gimp.
  *
@@ -27,7 +27,6 @@
 
 
 
-RCSID("$Id: tga.c,v 1.3 1999/04/06 03:51:06 per Exp $");
 /*
 **! module Image
 **! submodule TGA
@@ -73,6 +72,8 @@ RCSID("$Id: tga.c,v 1.3 1999/04/06 03:51:06 per Exp $");
 #include "image.h"
 #include "colortable.h"
 
+RCSID("$Id: tga.c,v 1.4 1999/04/06 03:57:08 per Exp $");
+
 #ifndef MIN
 # define MIN(X,Y) ((X)<(Y)?(X):(Y))
 #endif
-- 
GitLab