X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_marc.c;h=729950625249a818f14c710ec0fd4f5d7be9d871;hb=fc83d98d346711f446d9f9a29cc2ff0eee398053;hp=a7d8a7b9516e27c076666f8204c20f4340bce9ff;hpb=e97b4b1ddf6384271c79b15635f41267ae5e0ed1;p=idzebra-moved-to-github.git diff --git a/data1/d1_marc.c b/data1/d1_marc.c index a7d8a7b..7299506 100644 --- a/data1/d1_marc.c +++ b/data1/d1_marc.c @@ -1,4 +1,4 @@ -/* $Id: d1_marc.c,v 1.13 2006-02-10 15:19:55 adam Exp $ +/* $Id: d1_marc.c,v 1.14 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -485,3 +485,11 @@ char *data1_nodetomarc(data1_handle dh, data1_marctab *p, data1_node *n, *len = nodetomarc(dh, p, n, selected, buf, size); return *buf; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +