From 679f3fa9016b4d67909af611d61b1476edfc5fb3 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 26 Dec 2008 13:52:07 +0000 Subject: indent Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faxcompr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/faxcompr.c') diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c index b5f6598bbe..5cc7657659 100644 --- a/libavcodec/faxcompr.c +++ b/libavcodec/faxcompr.c @@ -242,7 +242,7 @@ static void put_line(uint8_t *dst, int size, int width, const int *runs) for(; run > 16; run -= 16) put_sbits(&pb, 16, mode); if(run) - put_sbits(&pb, run, mode); + put_sbits(&pb, run, mode); } } -- cgit v1.2.3