--- trunk/xvidcore/src/bitstream/bitstream.c 2002/06/12 20:38:41 195 +++ trunk/xvidcore/src/bitstream/bitstream.c 2002/06/14 12:26:06 206 @@ -76,7 +76,9 @@ return n; #else __asm { - bsr eax, value inc eax} + bsr eax, value + inc eax + } #endif }