X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcclstr.c;h=113190427b77b8bfecefc32eb8ea5216829801a7;hp=bb380980b42958c233154993d1555f7620806bcf;hb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;hpb=67002f49611adb64993391b0cbf6c235f18080a4 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 + */ +