X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=gedcom%2Fwrite.c;h=644c5a1b0d4f23db8ae6b74f39e82b3f22c40015;hb=d03d3629dad1de3abcb9e14af09a7c3f3b30e0ca;hp=f096c88b88f5ba4dd3ae5060f7cf9547438365b0;hpb=fe7273f0242015874a7617bd2ad4403a0f76e9fd;p=gedcom-parse.git diff --git a/gedcom/write.c b/gedcom/write.c index f096c88..644c5a1 100644 --- a/gedcom/write.c +++ b/gedcom/write.c @@ -155,7 +155,7 @@ int write_long(Gedcom_write_hndl hndl, int elt_or_rec, int cont_supported = supports_continuation(elt_or_rec, OPT_CONT); int cont_as_conc = supports_continuation(elt_or_rec, OPT_CONT_AS_CONC); if (nl_pos && !cont_supported) { - gedcom_error (_("The tag %s doesn't support newlines\n"), tag); + gedcom_error (_("The tag %s doesn't support newlines"), tag); return 1; } else {