X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlstrer.c;h=84bfac87159f42687240c0d9f73095150b0b0094;hp=b8d38810921f32ee0260de60d1b6c17f13b979eb;hb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;hpb=4c176312acdc3444c9afc820f76a393e64668e52 diff --git a/src/cqlstrer.c b/src/cqlstrer.c index b8d3881..84bfac8 100644 --- a/src/cqlstrer.c +++ b/src/cqlstrer.c @@ -1,11 +1,7 @@ -/* $Id: cqlstrer.c,v 1.4 2005-01-15 19:47:11 adam Exp $ - Copyright (C) 1995-2005, Index Data ApS - Index Data Aps - -This file is part of the YAZ toolkit. - -See the file LICENSE details. -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data + * See the file LICENSE for details. + */ /** * \file cqlstrer.c @@ -17,7 +13,7 @@ See the file LICENSE details. /* * The error-messages associated with these codes are taken from * the SRW diagnostic specifications at - * http://www.loc.gov/srw/diagnostic-list.html + * http://www.loc.gov/standards/sru/diagnostics-list.html */ const char *cql_strerror(int code) { static char buf[80]; @@ -64,3 +60,11 @@ const char *cql_strerror(int code) { sprintf(buf, "Unknown CQL error #%d", code); return buf; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +