X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frstemp.c;h=3b29b7caf50fd8398655f5466ed9a06a8deeff25;hb=4b4ea60e30c8a36a9f9a516f19e61b721a16a21f;hp=338e6978f26d3f61c7e8a09480cb5e193dd421bf;hpb=47eeb5384a8fae8bcac8afb8a84782ca094683f9;p=idzebra-moved-to-github.git diff --git a/rset/rstemp.c b/rset/rstemp.c index 338e697..3b29b7c 100644 --- a/rset/rstemp.c +++ b/rset/rstemp.c @@ -1,4 +1,4 @@ -/* $Id: rstemp.c,v 1.65 2005-06-14 20:28:54 adam Exp $ +/* $Id: rstemp.c,v 1.66 2006-05-10 08:13:34 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -333,3 +333,11 @@ static void r_pos(RSFD rfd, double *current, double *total) *current = (double) mrfd->cur; *total = (double) info->hits; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +