X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Finline.c;h=30c04d9baf02f4583d7317168c5882cc68293a5b;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hp=d921715548048c4db340a7be03f98f83c11ec2f6;hpb=2509df2e2c0c18aeb0e357a04718c3767cfffabc;p=idzebra-moved-to-github.git diff --git a/recctrl/inline.c b/recctrl/inline.c index d921715..30c04d9 100644 --- a/recctrl/inline.c +++ b/recctrl/inline.c @@ -1,5 +1,5 @@ /* - $Id: inline.c,v 1.3 2003-11-09 11:49:49 oleg Exp $ + $Id: inline.c,v 1.6 2006-05-10 08:13:28 adam Exp $ */ #include #include @@ -123,3 +123,11 @@ int inline_parse(inline_field *pif, const char *tag, const char *s) } return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +