diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-06-14 12:25:28 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-06-14 12:25:28 +0000 |
| commit | 35c5a62ca1845e028dec727aede156765ee2ab2d (patch) | |
| tree | b2936464366e6e56fe5631ef0c997874eca83a3b /render | |
| parent | c6b505fd664771def9ad8d845de54a26fe470cf6 (diff) | |
there was a typo here, but the code worked anyway. oh well.
Diffstat (limited to 'render')
| -rw-r--r-- | render/instance.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
