From a4f7cf89ebd158d9e93bcdcb7a3709fd2a4a8e37 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 9 Dec 2013 11:06:04 -0500 Subject: Constify gamma parameter to set_temperature() methods --- src/gamma-dummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gamma-dummy.c') 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; -- cgit v1.2.3-70-g09d2