changeset 1004:2abca9bbfa41

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 03:09:46 +0200
parents 7a0c2fe22e60
children 36add4215cdd
files src/dmzlib.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmzlib.c	Sun Mar 01 03:09:24 2015 +0200
+++ b/src/dmzlib.c	Sun Mar 01 03:09:46 2015 +0200
@@ -352,7 +352,7 @@
 static int dmZLibComputeHuffmanCodes(DMZLibContext * ctx)
 {
     DMZHuffmanContext z_codelength;
-    Uint8 codeLengths[286 + 32 + 137];     //padding for maximum single op
+    Uint8 codeLengths[286 + 32 + 137];     // padding for maximum single op
     Uint8 codeLengthSizes[19];
     int i, n, ret;