X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fdiag-entry.c;h=eda593d3de6373ffe33fc3894f580942dd0bee85;hp=d3c082c3eb02f9b4f3ddf1b8561a4fdc311cb6e8;hb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;hpb=67002f49611adb64993391b0cbf6c235f18080a4 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 + */ +