From cf5b702460514d0c3693b2c3ccd0aa0a8976797a Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sat, 27 Sep 2014 23:12:18 +0200 Subject: [PATCH] Fix malplaced declaration --- src/player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player.c b/src/player.c index 87d7845c..c94086ed 100644 --- a/src/player.c +++ b/src/player.c @@ -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));