diff options
| -rw-r--r-- | fractal-gen.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fractal-gen.h b/fractal-gen.h index 3ae5c89..6b099d9 100644 --- a/fractal-gen.h +++ b/fractal-gen.h @@ -46,8 +46,8 @@ unsigned int clust_total;  unsigned int size;  unsigned int iterat;  double power; -double thread_mult = 0.f; /* number to multiply available cores by to get thread count */ -char *argv0 = NULL; +double thread_mult; /* number to multiply available cores by to get thread count */ +char *argv0;  typedef void* (*generator_func)(void *);  | 
