diff options
Diffstat (limited to 'fractal-gen.h')
-rw-r--r-- | fractal-gen.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fractal-gen.h b/fractal-gen.h index 9c9a768..21d4ca5 100644 --- a/fractal-gen.h +++ b/fractal-gen.h @@ -28,8 +28,7 @@ #include <stdbool.h> #include <pthread.h> -typedef struct -{ +typedef struct { volatile unsigned long idx; unsigned long core; unsigned long width; |