X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fattribute.c;h=a637f992a4e3c873743665091605013f2576f0fb;hb=cdcde0c689ec4b66f1884dbd455284b7a35fb425;hp=cfeb007726a1701feffcfb6974e677c6786c0e05;hpb=67f1321cbac10c08079a589eb8a948796aa90779;p=idzebra-moved-to-github.git diff --git a/index/attribute.c b/index/attribute.c index cfeb007..a637f99 100644 --- a/index/attribute.c +++ b/index/attribute.c @@ -1,4 +1,4 @@ -/* $Id: attribute.c,v 1.21 2006-02-22 08:42:16 adam Exp $ +/* $Id: attribute.c,v 1.22 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -69,3 +69,11 @@ int att_getentbyatt(ZebraHandle zi, attent *res, oid_value set, int att, res->local_attributes = r->locals; return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +