diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-09-09 16:13:52 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-09-12 11:18:57 -0700 |
commit | 350f57bd7b77b36c150540ad2aae9de42cc4dfca (patch) | |
tree | 6217ffed7e4170ca063258ad15b508ea1cdcd765 /libavcodec | |
parent | 393d5031c6aaaf8c2dda4eb5d676974c349fae85 (diff) | |
download | ffmpeg-350f57bd7b77b36c150540ad2aae9de42cc4dfca.tar.gz |
xan: Remove extra trailing newline
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/xan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/xan.c b/libavcodec/xan.c index f20e1095ea..7dc5658c0c 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -563,4 +563,3 @@ AVCodec ff_xan_wc3_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Wing Commander III / Xan"), }; - |