From 35c5a62ca1845e028dec727aede156765ee2ab2d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 14 Jun 2004 12:25:28 +0000 Subject: [PATCH] there was a typo here, but the code worked anyway. oh well. --- render/instance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/instance.c b/render/instance.c index ca584519..19579249 100644 --- a/render/instance.c +++ b/render/instance.c @@ -115,7 +115,7 @@ void RrTrueColorSetup (RrInstance *inst) XFree(timage); } -#define RrPseudoNcolors(isnt) (1 << (inst->pseudo_bpc * 3)) +#define RrPseudoNcolors(inst) (1 << (inst->pseudo_bpc * 3)) void RrPseudoColorSetup (RrInstance *inst) { -- 2.39.2