aboutsummaryrefslogtreecommitdiff
path: root/sway/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/log.c')
-rw-r--r--sway/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/log.c b/sway/log.c
index f439e3b2..188461eb 100644
--- a/sway/log.c
+++ b/sway/log.c
@@ -18,7 +18,7 @@ void init_log(int verbosity) {
}
void sway_log_colors(int mode) {
- colored = (mode == 1) ? 1 : 0;
+ colored = (mode == 1) ? 1 : 0;
}
void sway_abort(char *format, ...) {