diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2009-02-02 22:17:26 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2009-02-02 22:17:26 +0000 |
commit | b3a9e50c10bde80040e4c6aae249faad35b93e3d (patch) | |
tree | 3f2043b5da2f10edaa41cb14e447c62e0629494a /libavformat | |
parent | 3b1c4a06f684563ee06eafb83635473fa88c8bbe (diff) | |
download | ffmpeg-b3a9e50c10bde80040e4c6aae249faad35b93e3d.tar.gz |
cosmetics: indentation
Originally committed as revision 16957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mp3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mp3.c b/libavformat/mp3.c index f81c24872c..21e1fd9e5b 100644 --- a/libavformat/mp3.c +++ b/libavformat/mp3.c @@ -173,7 +173,7 @@ static void id3v2_read_ttag(AVFormatContext *s, int taglen, const char *key) int len, dstlen = sizeof(dst) - 1; unsigned genre; - dst[0]= 0; + dst[0]= 0; if(taglen < 1) return; |