X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_tag.c;h=61585eb05fdd273cb53fd3047237a51aa62ee751;hp=2fe04785e3732c60bd54c9d35e7c31ec47f8d765;hb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;hpb=7b27a8f378d73a86e8ff5e4fa3285117362481c5 diff --git a/src/ber_tag.c b/src/ber_tag.c index 2fe0478..61585eb 100644 --- a/src/ber_tag.c +++ b/src/ber_tag.c @@ -3,7 +3,7 @@ * 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.