Message ID | 20230807054108.234233-2-karl.bieber@proton.me |
---|---|
State | New |
Headers | show |
Series | main: Fix missing comma | expand |
diff --git a/src/main.c b/src/main.c index 13501440b..2134fcf75 100644 --- a/src/main.c +++ b/src/main.c @@ -78,7 +78,7 @@ static const char *supported_options[] = { "NameResolving", "DebugKeys", "ControllerMode", - "MaxControllers" + "MaxControllers", "MultiProfile", "FastConnectable", "SecureConnections",