From 205db5afa701c7949d00164d8b23be1e5c3c5fcd Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Tue, 14 Jan 1997 18:24:58 +0100
Subject: [PATCH] host...

Rev: src/modules/image/quant.c:1.27
---
 src/modules/image/quant.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/modules/image/quant.c b/src/modules/image/quant.c
index 524c26d163..13fb79fea1 100644
--- a/src/modules/image/quant.c
+++ b/src/modules/image/quant.c
@@ -1,4 +1,4 @@
-/* $Id: quant.c,v 1.26 1997/01/14 17:20:28 law Exp $ */
+/* $Id: quant.c,v 1.27 1997/01/14 17:24:58 law Exp $ */
 
 /*
 
@@ -894,7 +894,9 @@ fprintf(stderr,"cache: %lu: %d,%d,%d\n",best,ct->clut[best].r,ct->clut[best].g,c
 #endif
       }
    }
+#ifdef QUANT_DEBUG_RGB
    fprintf(stderr,"\n");
+#endif
 
    /* place in cache */
 #if QUANT_SELECT_CACHE>1
-- 
GitLab