diff options
-rw-r--r-- | generator/ppmpat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/ppmpat.c b/generator/ppmpat.c index 69114d59..64ddf7cb 100644 --- a/generator/ppmpat.c +++ b/generator/ppmpat.c @@ -1077,7 +1077,7 @@ argyle(pixel ** const pixels, -static unsigned int const MAXPOLES = 500; +#define MAXPOLES 500 |