Fix malplaced declaration

This commit is contained in:
ejurgensen 2014-09-27 23:12:18 +02:00
parent 4078542eb4
commit cf5b702460

View File

@ -1677,9 +1677,9 @@ player_playback_cb(int fd, short what, void *arg)
uint32_t packet_send_count = 0;
struct timespec next_tick;
struct timespec stream_period = { 0, MINIMUM_STREAM_PERIOD };
int ret;
#if defined(__linux__)
uint64_t ticks;
int ret;
/* Acknowledge timer */
read(fd, &ticks, sizeof(ticks));