forked from kayprish/mandelbrot-visualiser
Fix help message
This commit is contained in:
parent
6ef8002f08
commit
39ad228c03
1 changed files with 3 additions and 1 deletions
4
visor.c
4
visor.c
|
|
@ -10,7 +10,9 @@
|
|||
|
||||
#define DEFAULT_THREADS 4
|
||||
#define MAX_THREADS 32
|
||||
#define STR(x) #x
|
||||
// Stringizing requires extra step for the constants to get replaced before stringizing
|
||||
#define _STR(x) #x
|
||||
#define STR(x) _STR(x)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue