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