changeset 991:acd91a57fe8c

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 28 Feb 2015 05:06:44 +0200
parents 76f3961a044b
children 929e43afbdb1
files src/dmzlib.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmzlib.c	Sat Feb 28 05:06:36 2015 +0200
+++ b/src/dmzlib.c	Sat Feb 28 05:06:44 2015 +0200
@@ -478,7 +478,8 @@
     int cmf = dmZGet8(ctx);
     int flags = dmZGet8(ctx);
     int cm = cmf & 15;
-    // int cinfo = cmf >> 4;
+    // cinfo = cmf >> 4;
+    // window = 1 << (8 + cinfo)... but who cares, we fully buffer output
 
     if ((cmf * 256 + flags) % 31 != 0)
     {
@@ -499,7 +500,6 @@
             "Bad or unsupported compression type.\n");
     }
 
-    // window = 1 << (8 + cinfo)... but who cares, we fully buffer output
     return DMERR_OK;
 }