From c21088fc78e769ce02ad93082b6cde487fd29ff1 Mon Sep 17 00:00:00 2001 From: x Date: Sat, 21 Jan 2017 17:34:50 +0100 Subject: [PATCH] TurboPFor: Bit Unpacking --- bitunpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitunpack.c b/bitunpack.c index a523257..4d27a26 100644 --- a/bitunpack.c +++ b/bitunpack.c @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// "Integer Compression" Bit Packing +// "Integer Compression" Bit Packing #include #include "conf.h" #include "bitutil.h"