diff options
Diffstat (limited to 'src/invalid/invalid_thread.h')
| -rw-r--r-- | src/invalid/invalid_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invalid/invalid_thread.h b/src/invalid/invalid_thread.h index 869018a..d8c1b76 100644 --- a/src/invalid/invalid_thread.h +++ b/src/invalid/invalid_thread.h @@ -15,7 +15,7 @@ typedef enum { STATE_FREE, STATE_GENERATING, STATE_GENERATED } state_e; typedef struct { - struct pari_thread* pari_thread; + struct pari_thread *pari_thread; curve_t *original_curve; size_t nprimes; pari_ulong *primes; |
