From 1de1718f6904128a793dc62325c25bfcf0d302ec Mon Sep 17 00:00:00 2001 From: x Date: Wed, 4 Jan 2017 16:35:06 +0100 Subject: [PATCH] TurboPFor: Elias fano header --- eliasfano.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eliasfano.h b/eliasfano.h index b06bf33..92612ec 100644 --- a/eliasfano.h +++ b/eliasfano.h @@ -24,7 +24,7 @@ // eliasfano.h - "Integer Compression" Elias Fano c/c++ header #ifdef __cplusplus extern "C" { -#endif +#endif #include // compress/decompress integer array with n values to the buffer out. Return value = end of output/input buffer