X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2Fdcompact.c;h=ba57c825060fca953c430156d835d1a09cb18c87;hp=e68e7d25a260d5956d4d5d91b9435c6881c45b2d;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hpb=0923abfae0f509e33ce05bcd88195ea8dd735f9f diff --git a/dict/dcompact.c b/dict/dcompact.c index e68e7d2..ba57c82 100644 --- a/dict/dcompact.c +++ b/dict/dcompact.c @@ -1,4 +1,4 @@ -/* $Id: dcompact.c,v 1.13 2005-01-15 19:38:21 adam Exp $ +/* $Id: dcompact.c,v 1.14 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -142,3 +142,11 @@ int dict_copy_compact (BFiles bfs, const char *from_name, const char *to_name) dict_close (dict_to); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +