From: Mike Brady Date: Wed, 7 Mar 2018 20:50:20 +0000 (+0000) Subject: Make a tiny format change X-Git-Tag: 3.2d29~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7970a54b8329978e491d2ee60002be9c5679360d;p=thirdparty%2Fshairport-sync.git Make a tiny format change --- diff --git a/player.h b/player.h index f20f1cfd..f77468c7 100644 --- a/player.h +++ b/player.h @@ -84,7 +84,7 @@ typedef struct { int player_thread_please_stop; uint64_t first_packet_time_to_play; int64_t time_since_play_started; // nanoseconds - // stats + // stats uint64_t missing_packets, late_packets, too_late_packets, resend_requests; int decoder_in_use; // debug variables