From ab3e56cadec060e69a16c409e84e8c15efd28a27 Mon Sep 17 00:00:00 2001 From: powturbo Date: Sun, 31 May 2015 22:33:28 +0200 Subject: [PATCH] . --- idxseg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idxseg.c b/idxseg.c index f83d350..17ba432 100644 --- a/idxseg.c +++ b/idxseg.c @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// idxseg.c - Inverted Index - Create partitions from DocId file for prallel query evaluation +// idxseg.c - Inverted Index - Create partitions from DocId file for prallel query evaluation #define _LARGEFILE64_SOURCE 1 #define _FILE_OFFSET_BITS 64 #include