From 100de0d7a830ad1567ff2b4867490961bdb4b384 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 20 Oct 2003 16:27:54 +0000 Subject: Commit of the month --- lzss-main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lzss-main.cpp') diff --git a/lzss-main.cpp b/lzss-main.cpp index 50f40bc..ec17495 100644 --- a/lzss-main.cpp +++ b/lzss-main.cpp @@ -139,8 +139,8 @@ void showscheme(void) { "--vmask1 0x%02x\n" "--vshft1 %i\n" "--vmask2 0x%02x\n" -"--vshft2 %i\n" -"\n", scheme.one_is_compressed, scheme.overlap_trick, scheme.negative_trick, scheme.sixteen_bits, +"--vshft2 %i\n\n", +scheme.one_is_compressed, scheme.overlap_trick, scheme.negative_trick, scheme.sixteen_bits, scheme.ptrb, scheme.filling, scheme.bitmap_inversed, scheme.one_jump, scheme.window_start, scheme.l_mask_1, scheme.l_shft_1, scheme.l_mask_2, scheme.l_shft_2, scheme.j_mask_1, scheme.j_shft_1, scheme.j_mask_2, scheme.j_shft_2, -- cgit v1.2.3