diff options
Diffstat (limited to 'src/egg-test.c')
-rw-r--r-- | src/egg-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg-test.c b/src/egg-test.c index 1ca4acb..109bc47 100644 --- a/src/egg-test.c +++ b/src/egg-test.c @@ -45,7 +45,7 @@ struct EggTest { * egg_test_init: **/ EggTest * -egg_test_init () +egg_test_init (void) { EggTest *test; test = g_new (EggTest, 1); |