summaryrefslogtreecommitdiff
path: root/libavcodec/faxcompr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/faxcompr.c')
-rw-r--r--libavcodec/faxcompr.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}