X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclstr.c;h=113190427b77b8bfecefc32eb8ea5216829801a7;hb=3ee7ef4088b265faffbdcabe3eb13d5f04a3b832;hp=bb380980b42958c233154993d1555f7620806bcf;hpb=05c274ef315384faafcc5900c17468f0ea2474e6;p=yaz-moved-to-github.git diff --git a/src/cclstr.c b/src/cclstr.c index bb38098..1131904 100644 --- a/src/cclstr.c +++ b/src/cclstr.c @@ -48,7 +48,7 @@ /* CCL string compare utilities * Europagate, 1995 * - * $Id: cclstr.c,v 1.2 2004-10-15 00:19:00 adam Exp $ + * $Id: cclstr.c,v 1.3 2005-06-25 15:46:03 adam Exp $ * * Old Europagate Log: * @@ -112,3 +112,11 @@ int ccl_memicmp (const char *s1, const char *s2, size_t n) } } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +