changeset 970:6c33c92de066

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 05:33:48 +0200
parents 14b82bd5a408
children f654435df15e
files src/dmzlib.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmzlib.h	Fri Feb 27 05:32:07 2015 +0200
+++ b/src/dmzlib.h	Fri Feb 27 05:33:48 2015 +0200
@@ -13,8 +13,8 @@
 extern "C" {
 #endif
 
-// fast-way is faster to check than jpeg huffman, but slow way is slower
-#define STBI__ZFAST_BITS  9     // accelerate all cases in default tables
+
+#define STBI__ZFAST_BITS  9  // accelerate all cases in default tables
 #define STBI__ZFAST_SIZE  (1 << STBI__ZFAST_BITS)
 #define STBI__ZFAST_MASK  (STBI__ZFAST_SIZE - 1)