From 787839e8ec54cae08e9a590d962e6b4235fd8ce2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 4 Sep 2014 23:25:11 +0200 Subject: cosmetics: remove a stray ';' --- player/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/audio.c b/player/audio.c index e3d3d57bd1..67ac16a2be 100644 --- a/player/audio.c +++ b/player/audio.c @@ -224,7 +224,7 @@ double written_audio_pts(struct MPContext *mpctx) mp_audio_buffer_get_format(d_audio->decode_buffer, &in_format); if (!mp_audio_config_valid(&in_format) || !d_audio->afilter) - return MP_NOPTS_VALUE;; + return MP_NOPTS_VALUE; // first calculate the end pts of audio that has been output by decoder double a_pts = d_audio->pts; -- cgit v1.2.3