diff options
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r-- | src/gamma-dummy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index dadc014..25e723f 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -31,8 +31,9 @@ static int -gamma_dummy_init(void *state) +gamma_dummy_init(void **state) { + *state = NULL; return 0; } |