X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fz3950oid.c;h=db5513589612a44cbbb3a50061d9fd92ca035f53;hp=86e370e18ccc8c00ef706df57c398619ac30fe2a;hb=2ba3d1d3bf2b57c7ac462b347cb18f06820ac73a;hpb=0efb05eb1d586ad15c3c0b2f564b3cb58edbcd1b diff --git a/src/z3950oid.c b/src/z3950oid.c index 86e370e..db55135 100644 --- a/src/z3950oid.c +++ b/src/z3950oid.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: z3950oid.c,v 1.2 2005-01-15 19:47:14 adam Exp $ + * $Id: z3950oid.c,v 1.3 2005-06-24 19:56:52 adam Exp $ */ #if HAVE_CONFIG_H @@ -70,13 +70,3 @@ const char* yaz_z3950_oid_value_to_str(oid_value ov, oid_class oc) return ""; } } - - -/* - * Local variables: - * tab-width: 8 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=8 fdm=marker - * vim<600: sw=4 ts=8 - */