Browse Source

bintext: remove stray ;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
e234301c2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/bintext.c

+ 1
- 1
libavformat/bintext.c View File

@@ -169,7 +169,7 @@ static int bintext_read_header(AVFormatContext *s)
avio_seek(pb, 0, SEEK_SET);
}
return 0;
};
}
#endif /* CONFIG_BINTEXT_DEMUXER */

#if CONFIG_XBIN_DEMUXER


Loading…
Cancel
Save