Commit 8575e4e0 by Rudolf

remove error (rebase on top)

parent 1df42cd1
Showing with 1 additions and 1 deletions
......@@ -84,7 +84,7 @@ void
bb_writebyte (struct BIT_BUFFER *buffer, byte byte)
{
int i, shift_pos;
printf("-- %x\n", byte);
for (i = 0; i < BYTE_BIT; i++)
{
if (buffer->pos == BYTE_BIT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment