X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fquery-charset.c;h=2aa571be86b655365e02c0e022682add356a01b7;hb=273716ada4a96213fb99182df2a3ee22509437b0;hp=421ad52fcd1be1b88e57b9628d71b8ba3f303243;hpb=3bfe867a001cb4e4f88d47541f77a21027719bd5;p=yaz-moved-to-github.git diff --git a/src/query-charset.c b/src/query-charset.c index 421ad52..2aa571b 100644 --- a/src/query-charset.c +++ b/src/query-charset.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS - * All rights reserved. - * - * $Id: query-charset.c,v 1.2 2007-04-10 14:42:31 adam Exp $ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data + * See the file LICENSE for details. */ /** \file query-charset.c @@ -25,7 +23,7 @@ void yaz_query_charset_convert_buf(char *buf_in, int len_in, *len_out = wrbuf_len(wrbuf); if (*len_out == 0) - { // we assume conversion failed + { /* we assume conversion failed */ *buf_out = buf_in; *len_out = len_in; } @@ -99,6 +97,7 @@ void yaz_query_charset_convert_apt(Z_AttributesPlusTerm *apt, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab