tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2713 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3f697a1217
commit
e6dd2ada8a
17 changed files with 196 additions and 197 deletions
|
@ -347,10 +347,10 @@ int ZEXPORT deflate (strm, flush)
|
|||
|
||||
/* Save the adler32 of the preset dictionary: */
|
||||
if (s->strstart != 0) {
|
||||
// putShortMSB(s, (uInt)(strm->adler >> 16));
|
||||
// putShortMSB(s, (uInt)(strm->adler & 0xffff));
|
||||
//putShortMSB(s, (uInt)(strm->adler >> 16));
|
||||
//putShortMSB(s, (uInt)(strm->adler & 0xffff));
|
||||
}
|
||||
// strm->adler = 1L;
|
||||
//strm->adler = 1L;
|
||||
}
|
||||
|
||||
/* Flush as much pending output as possible */
|
||||
|
|
|
@ -660,7 +660,6 @@ void _tr_flush_block(s, buf, stored_len, eof)
|
|||
/* Build the Huffman trees unless a stored block is forced */
|
||||
if (s->level > 0) {
|
||||
|
||||
|
||||
/* Construct the literal and distance trees */
|
||||
build_tree(s, (tree_desc *)(&(s->l_desc)));
|
||||
Tracev((stderr, "\nlit data: dyn %ld, stat %ld", s->opt_len,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue