tta: remove stray semicolon

Originally committed as revision 25103 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Måns Rullgård 14 years ago
parent 8d39fbd6d9
commit c058dc222c
  1. 2
      libavcodec/tta.c

@ -63,7 +63,7 @@ typedef struct TTAContext {
int32_t *decode_buffer;
TTAChannel *ch_ctx;;
TTAChannel *ch_ctx;
} TTAContext;
#if 0

Loading…
Cancel
Save