X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fdiag-entry.c;h=eda593d3de6373ffe33fc3894f580942dd0bee85;hb=455798a3154b5c08c872ca0fb90607ddea575038;hp=d3c082c3eb02f9b4f3ddf1b8561a4fdc311cb6e8;hpb=84d7b06c13daa609e93f353e655c4b02f936d65c;p=yaz-moved-to-github.git diff --git a/src/diag-entry.c b/src/diag-entry.c index d3c082c..eda593d 100644 --- a/src/diag-entry.c +++ b/src/diag-entry.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: diag-entry.c,v 1.1 2005-04-22 08:27:58 adam Exp $ + * $Id: diag-entry.c,v 1.2 2005-06-25 15:46:04 adam Exp $ */ #include "diag-entry.h" @@ -15,3 +15,11 @@ const char *yaz_diag_to_str(struct yaz_diag_entry *tab, int code) return tab[i].msg; return "Unknown error"; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +