From c058dc222c3e686abd03c1c090f511c8e6360de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 11 Sep 2010 09:32:14 +0000 Subject: [PATCH] tta: remove stray semicolon Originally committed as revision 25103 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 0a4c69a472..81217f57d2 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -63,7 +63,7 @@ typedef struct TTAContext { int32_t *decode_buffer; - TTAChannel *ch_ctx;; + TTAChannel *ch_ctx; } TTAContext; #if 0