X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_tag.c;h=422c74d75d76c644b36bb02bd9e90f3981458e54;hb=dbc40ad16aa82379d2884e106d79c7d83312667a;hp=c4310fd9610c1edfa65aa756533f10d9f14c1904;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;p=yaz-moved-to-github.git diff --git a/src/ber_tag.c b/src/ber_tag.c index c4310fd..422c74d 100644 --- a/src/ber_tag.c +++ b/src/ber_tag.c @@ -1,9 +1,9 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ -/** +/** * \file ber_tag.c * \brief Implements BER tags encoding and decoding * @@ -157,7 +157,7 @@ int ber_enctag(ODR o, int zclass, int tag, int constructed) } } -/** +/** * \brief Decodes BER identifier octets. * * Returns number of bytes read or -1 for error.