aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r--src/gamma-dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c
index ce7033f..dac9f41 100644
--- a/src/gamma-dummy.c
+++ b/src/gamma-dummy.c
@@ -69,7 +69,7 @@ gamma_dummy_set_option(void *state, const char *key, const char *value)
int
gamma_dummy_set_temperature(void *state, int temp, float brightness,
- float gamma[3])
+ const float gamma[3])
{
printf(_("Temperature: %i\n"), temp);
return 0;