changeset 12487:6cecfd898626 libavcodec

tta: remove stray semicolon
author mru
date Sat, 11 Sep 2010 09:32:14 +0000
parents 077c67a3b86f
children 351a81a23343
files tta.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tta.c	Fri Sep 10 23:41:14 2010 +0000
+++ b/tta.c	Sat Sep 11 09:32:14 2010 +0000
@@ -63,7 +63,7 @@
 
     int32_t *decode_buffer;
 
-    TTAChannel *ch_ctx;;
+    TTAChannel *ch_ctx;
 } TTAContext;
 
 #if 0