diff --git a/src/rhd_acpi.c b/src/rhd_acpi.c index 971218a..fbeefe9 100644 --- a/src/rhd_acpi.c +++ b/src/rhd_acpi.c @@ -195,7 +195,7 @@ static Bool rhdDoBacklight(struct rhdOutput *Output, Bool do_write, int *val) { if (do_write) - &val = -1; + *val = -1; return FALSE; }