mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[mpd] Cosmetic changes: fix indentation, use bool instead of int
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user