mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 07:53:23 -05:00
expand tabs
This commit is contained in:
parent
2098d29e11
commit
da77bb850a
@ -30,8 +30,8 @@ static volatile int rend_timeout=2;
|
||||
static volatile int rend_count=0;
|
||||
static pthread_mutex_t rend_mutex=PTHREAD_MUTEX_INITIALIZER;
|
||||
typedef struct tag_rend_entry {
|
||||
DNSServiceRef client;
|
||||
struct tag_rend_entry *next;
|
||||
DNSServiceRef client;
|
||||
struct tag_rend_entry *next;
|
||||
} REND_ENTRY;
|
||||
static REND_ENTRY rend_clients = { NULL, NULL };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user