aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libaxl/requests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaxl/requests.h b/libaxl/requests.h
index eaf7816..e5f23a8 100644
--- a/libaxl/requests.h
+++ b/libaxl/requests.h
@@ -1327,7 +1327,7 @@ struct libaxl_request_set_screen_saver {
int16_t timeout;
int16_t interval;
uint8_t prefer_blanking; /* LIBAXL_{NO, YES, or DEFAULT} */
- uint8_t allow_exposures; /* LIBAXL_}NO, YES, or DEFAULT} */
+ uint8_t allow_exposures; /* LIBAXL_{NO, YES, or DEFAULT} */
uint16_t __pad2;
};