Expanded tabs in all source files. Added vim/emacs local variables
[yaz-moved-to-github.git] / src / diag-entry.c
index d3c082c..eda593d 100644 (file)
@@ -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
+ */
+