Converted some tabs to spaces.

This commit is contained in:
Andy McFadden 2003-06-20 22:52:00 +00:00
parent 056e4facca
commit bc8be06484
1 changed files with 7 additions and 7 deletions

View File

@ -1197,13 +1197,13 @@ main_loop:
bail:
/*DBUG_LZW(("### end of block\n"));*/
if (inbuf != inbufend) {
/* data was corrupted; if we keep going this will get worse */
DBUG(("--- inbuf != inbufend in ExpandLZW2 (diff=%d)\n",
inbufend - inbuf));
err = kNuErrBadData;
return err;
}
if (inbuf != inbufend) {
/* data was corrupted; if we keep going this will get worse */
DBUG(("--- inbuf != inbufend in ExpandLZW2 (diff=%d)\n",
inbufend - inbuf));
err = kNuErrBadData;
return err;
}
Assert(outbuf == outbufend);
/* adjust input buffer */