# HG changeset patch # User Matti Hamalainen # Date 1425172186 -7200 # Node ID 2abca9bbfa41bc13d6a3cc2e448ee71f9b98c77e # Parent 7a0c2fe22e607b4bae4df46380e8200bc586a140 Cosmetic. diff -r 7a0c2fe22e60 -r 2abca9bbfa41 src/dmzlib.c --- 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;