mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-12 15:32:12 -04:00
[mpd] Cosmetic changes: fix indentation, use bool instead of int
This commit is contained in:
parent
a0a6b7d473
commit
360439f448
@ -148,7 +148,7 @@ static const char * const ffmpeg_mime_types[] = { "application/flv", "applicatio
|
||||
struct mpd_client_ctx
|
||||
{
|
||||
// True if the connection is already authenticated or does not need authentication
|
||||
int authenticated;
|
||||
bool authenticated;
|
||||
|
||||
// The events the client needs to be notified of
|
||||
short events;
|
||||
|
Loading…
x
Reference in New Issue
Block a user