X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2Flookup.c;h=4fa725ff70729c2e698fe226059370ad3b2af685;hp=f22054276b3a0f3957f2f1da04563fcbd05dd526;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hpb=0923abfae0f509e33ce05bcd88195ea8dd735f9f diff --git a/dict/lookup.c b/dict/lookup.c index f220542..4fa725f 100644 --- a/dict/lookup.c +++ b/dict/lookup.c @@ -1,4 +1,4 @@ -/* $Id: lookup.c,v 1.13 2005-01-15 19:38:23 adam Exp $ +/* $Id: lookup.c,v 1.14 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -103,3 +103,11 @@ char *dict_lookup (Dict dict, const char *p) return NULL; return dict_look (dict, (const Dict_char *) p, dict->head.root); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +