X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_tag.c;h=422c74d75d76c644b36bb02bd9e90f3981458e54;hb=883245e48ad6e5735ab73884e18dc6cb5c297c86;hp=2c3e6c9baf3624b4631bd2f8ea63246c081c02db;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;p=yaz-moved-to-github.git diff --git a/src/ber_tag.c b/src/ber_tag.c index 2c3e6c9..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-2011 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.