aboutsummaryrefslogtreecommitdiffstats
path: root/src/randr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/randr.c')
-rw-r--r--src/randr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/randr.c b/src/randr.c
index 5226b81..a209bc8 100644
--- a/src/randr.c
+++ b/src/randr.c
@@ -115,7 +115,7 @@ randr_set_temperature(int temp, float gamma[3])
free(gamma_size_reply);
if (gamma_ramp_size == 0) {
- fprintf(stderr, "Error: Gamma ramp size too small, %i\n",
+ fprintf(stderr, "Error: Gamma ramp size too small: %i\n",
gamma_ramp_size);
xcb_disconnect(conn);
return -1;