summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index dc67f94..91b0c50 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -131,7 +131,7 @@ int main(int argc, char **argv) {
if (!d->ok())
fatal("Could not connect to compositor");
- struct conn c = {};
+ struct conn c{};
d->r->add_global_handler(
"ivi_controller", [&c](wl_registry *r, uint32_t name, uint32_t v) {