X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmarcdisp.c;h=8a25d609b48a992bdd401d0e22d5754fd7609bae;hp=43a48f257e315cad558838b7ce943b4034ef192c;hb=4bed35ab0329789b94620258dc57db5db37bfe02;hpb=1275cf769e414508b48ea85369458bb5d09a1757 diff --git a/src/marcdisp.c b/src/marcdisp.c index 43a48f2..8a25d60 100644 --- a/src/marcdisp.c +++ b/src/marcdisp.c @@ -425,7 +425,7 @@ int yaz_marc_write_check(yaz_marc_t mt, WRBUF wr) case YAZ_MARC_COMMENT: wrbuf_iconv_write(wr, mt->iconv_cd, n->u.comment, strlen(n->u.comment)); - wrbuf_puts(wr, ")\n"); + wrbuf_puts(wr, "\n"); break; default: break;