From ac782d2049ebdc9913f6c63661ab2c1d4e2390d1 Mon Sep 17 00:00:00 2001 From: powturbo Date: Sun, 17 Apr 2016 16:09:16 +0200 Subject: [PATCH] BitUtil: Delta, ZigZag, NumBits, Floating Point,... --- bitutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitutil.h b/bitutil.h index ae4e667..1480f1d 100644 --- a/bitutil.h +++ b/bitutil.h @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// bitutil.h - "Integer Compression" +// bitutil.h - "Integer Compression" #include #define _BITFORZERO(_out_, _n_, _start_, _inc_) do { unsigned _i;\