X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_bit.c;h=774d37074f955b4126f931a400c8211eb0982a4d;hp=e959addcaca62dd8431f98aa9af99d6c35ce7202;hb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;hpb=7b27a8f378d73a86e8ff5e4fa3285117362481c5 diff --git a/src/ber_bit.c b/src/ber_bit.c index e959add..774d370 100644 --- a/src/ber_bit.c +++ b/src/ber_bit.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. */ -/** +/** * \file ber_bit.c * \brief Implements BER BITSTRING encoding and decoding. * @@ -75,7 +75,7 @@ int ber_bitstring(ODR o, Odr_bitmask *p, int cons) return 1; case ODR_PRINT: return 1; - default: + default: odr_seterror(o, OOTHER, 8); return 0; }