# HG changeset patch # User michael # Date 1230299527 0 # Node ID 4185a779d449e73a31f9d8425eb1879803b67cb6 # Parent e765aa020de9d4c8a29c20f89841fd478254f266 indent diff -r e765aa020de9 -r 4185a779d449 faxcompr.c --- a/faxcompr.c Fri Dec 26 13:51:52 2008 +0000 +++ b/faxcompr.c Fri Dec 26 13:52:07 2008 +0000 @@ -242,7 +242,7 @@ for(; run > 16; run -= 16) put_sbits(&pb, 16, mode); if(run) - put_sbits(&pb, run, mode); + put_sbits(&pb, run, mode); } }