diff options
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r-- | src/gamma-dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index 1730743..559fcea 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -42,7 +42,7 @@ gamma_dummy_init(void **state) } static int -gamma_dummy_start(void *state) +gamma_dummy_start(void *state, program_mode_t mode) { fputs(_("WARNING: Using dummy gamma method! Display will not be affected by this gamma method.\n"), stderr); return 0; |