aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------deps/zig-wayland0
-rw-r--r--river/main.zig2
2 files changed, 1 insertions, 1 deletions
diff --git a/deps/zig-wayland b/deps/zig-wayland
-Subproject 931b6f767b5c25280df1252982322d6eb1580ac
+Subproject 181f9344b23504080be5cec676e4c4adebcd1f9
diff --git a/river/main.zig b/river/main.zig
index b82b152..df03b54 100644
--- a/river/main.zig
+++ b/river/main.zig
@@ -96,7 +96,7 @@ pub fn main() anyerror!void {
c.wlr_log_init(
switch (log.level) {
.debug => .WLR_DEBUG,
- .notice, .info, => .WLR_INFO,
+ .notice, .info => .WLR_INFO,
.warn, .err, .crit, .alert, .emerg => .WLR_ERROR,
},
null,