Message ID | 20241022120051.123888-6-hadess@hadess.net (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Fix bluetoothctl --help hanging if daemon isn't running | expand |
diff --git a/src/shared/shell.c b/src/shared/shell.c index 2100434f6b15..9ff774fe43a2 100644 --- a/src/shared/shell.c +++ b/src/shared/shell.c @@ -71,7 +71,7 @@ static struct { char history[256]; int argc; char **argv; - bool mode; + bool mode; /* whether non-interactive */ bool zsh; bool monitor; int timeout;