X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fprt-ext.c;h=733010352e85fa9a81b7f3928c5c16b58ad9d327;hb=2715f6522ca62ab5dbc886c21ed18945743216f0;hp=f17099482cfb6a65a3930511c1b5bcb868057e31;hpb=896b145fa7a02199bfc3e8aa824c018b9d7cbf98;p=yaz-moved-to-github.git diff --git a/src/prt-ext.c b/src/prt-ext.c index f170994..7330103 100644 --- a/src/prt-ext.c +++ b/src/prt-ext.c @@ -223,7 +223,7 @@ int z_External(ODR o, Z_External **p, int opt, const char *name) Odr_oct *oct; int r; if (!odr_implicit_tag(o, odr_octetstring, &oct, - ODR_CONTEXT, 1, 0, "octetaligned")) + ODR_CONTEXT, 1, 0, "octetaligned")) return 0; /* Save our decoding ODR members */ @@ -308,8 +308,8 @@ Z_External *z_ext_record_oid(ODR o, const Odr_oid *oid, const char *buf, int len return 0; } } - else if (!oid_oidcmp(oid, yaz_oid_recsyn_sutrs)) /* SUTRS is a single-ASN.1-type */ - { + else if (!oid_oidcmp(oid, yaz_oid_recsyn_sutrs)) + { /* SUTRS is a single-ASN.1-type */ Odr_oct *sutrs = (Odr_oct *)odr_malloc(o, sizeof(*sutrs)); thisext->which = Z_External_sutrs;