From 2174cbfa2fd153e7a77ba5ef7167d2bf99057330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 7 Jul 2011 23:41:42 +0200 Subject: cleanup: silence most of the clang warnings --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 414f3c9023..2180fd8026 100644 --- a/mplayer.c +++ b/mplayer.c @@ -2248,7 +2248,7 @@ static void mp_dvdnav_reset_stream (MPContext *ctx) { /// free audio packets and reset ds_free_packs(ctx->d_audio); audio_delay -= ctx->sh_audio->stream_delay; - ctx->delay =- audio_delay; + ctx->delay = -audio_delay; ao_reset(ctx->ao); resync_audio_stream(ctx->sh_audio); } -- cgit v1.2.3