X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_bit.c;h=94bfc1b8d5f6ae5695a45a1440b7120dbb77457a;hb=00537b483d646bd04a204708ecbde708861f044e;hp=54dabb0cea7f82c77125186658fc4e67069f496d;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;p=yaz-moved-to-github.git diff --git a/src/odr_bit.c b/src/odr_bit.c index 54dabb0..94bfc1b 100644 --- a/src/odr_bit.c +++ b/src/odr_bit.c @@ -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);