--- bitstream.c 2002/06/12 20:38:40 1.14 +++ bitstream.c 2002/06/14 12:26:06 1.15 @@ -76,7 +76,9 @@ return n; #else __asm { - bsr eax, value inc eax} + bsr eax, value + inc eax + } #endif }