mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
Fix malplaced declaration
This commit is contained in:
parent
4078542eb4
commit
cf5b702460
@ -1677,9 +1677,9 @@ player_playback_cb(int fd, short what, void *arg)
|
|||||||
uint32_t packet_send_count = 0;
|
uint32_t packet_send_count = 0;
|
||||||
struct timespec next_tick;
|
struct timespec next_tick;
|
||||||
struct timespec stream_period = { 0, MINIMUM_STREAM_PERIOD };
|
struct timespec stream_period = { 0, MINIMUM_STREAM_PERIOD };
|
||||||
|
int ret;
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
uint64_t ticks;
|
uint64_t ticks;
|
||||||
int ret;
|
|
||||||
|
|
||||||
/* Acknowledge timer */
|
/* Acknowledge timer */
|
||||||
read(fd, &ticks, sizeof(ticks));
|
read(fd, &ticks, sizeof(ticks));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user