X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_bit.c;h=07ec4f9930e92d10ef28bd1aef53c516d6e71dc8;hp=b7dcd764ea8945c677a5060f9e77d326d732c48f;hb=176adcd5ec7f2340fb6f0f625a727498db9c04c4;hpb=bf0ac0c751ab677318e0a92a8e40145e0e4623b9 diff --git a/src/odr_bit.c b/src/odr_bit.c index b7dcd76..07ec4f9 100644 --- a/src/odr_bit.c +++ b/src/odr_bit.c @@ -1,5 +1,5 @@ /* 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. */ @@ -60,7 +60,7 @@ int odr_bitstring(ODR o, Odr_bitmask **p, int opt, const char *name) (*p)->top = -1; } #if 0 - /* ignoring the cons helps with at least one target. + /* ignoring the cons helps with at least one target. * http://bugzilla.indexdata.dk/cgi-bin/bugzilla/show_bug.cgi?id=24 */ return ber_bitstring(o, *p, 0);