From da8e5a05bff1dd005d566fbcc1b29b395863ffa4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 25 Oct 2000 16:20:46 +0200
Subject: [PATCH] C++-style comments are evil.

Rev: src/modules/Image/encodings/xcf.c:1.32
---
 src/modules/Image/encodings/xcf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/Image/encodings/xcf.c b/src/modules/Image/encodings/xcf.c
index 3a78ae6f48..d7843cafc0 100644
--- a/src/modules/Image/encodings/xcf.c
+++ b/src/modules/Image/encodings/xcf.c
@@ -1,5 +1,5 @@
 #include "global.h"
-RCSID("$Id: xcf.c,v 1.31 2000/10/20 09:08:38 grubba Exp $");
+RCSID("$Id: xcf.c,v 1.32 2000/10/25 14:20:46 grubba Exp $");
 
 #include "image_machine.h"
 
@@ -1186,7 +1186,7 @@ void image_xcf_f__decode_tiles( INT32 args )
   int rxs, rys;
   rgb_group *colortable=NULL;
   rgb_group pix = {0,0,0};
-  rgb_group apix= {255,255,255}; // avoid may use uninitialized warnings
+  rgb_group apix= {255,255,255}; /* avoid may use uninitialized warnings */
 
   INT_TYPE rle, bpp, span, shrink;
   unsigned int l, x=0, y=0, cx, cy;
-- 
GitLab