X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fattribute.c;h=a637f992a4e3c873743665091605013f2576f0fb;hp=cfeb007726a1701feffcfb6974e677c6786c0e05;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hpb=0923abfae0f509e33ce05bcd88195ea8dd735f9f 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 + */ +