X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_tag.c;h=422c74d75d76c644b36bb02bd9e90f3981458e54;hb=1b750a9f8ea0d258fde61f5bac2d5af5bd783eb0;hp=69cdc8e31df5d4d03f83478429848a9236bc722a;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755;p=yaz-moved-to-github.git diff --git a/src/ber_tag.c b/src/ber_tag.c index 69cdc8e..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-2010 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.